public class R2dbcPermissionDeniedException extends R2dbcNonTransientException
| Constructor and Description | 
|---|
R2dbcPermissionDeniedException()
Creates a new  
R2dbcPermissionDeniedException. | 
R2dbcPermissionDeniedException(String reason)
Creates a new  
R2dbcPermissionDeniedException. | 
R2dbcPermissionDeniedException(String reason,
                              String sqlState)
Creates a new  
R2dbcPermissionDeniedException. | 
R2dbcPermissionDeniedException(String reason,
                              String sqlState,
                              int errorCode)
Creates a new  
R2dbcPermissionDeniedException. | 
R2dbcPermissionDeniedException(String reason,
                              String sqlState,
                              int errorCode,
                              Throwable cause)
Creates a new  
R2dbcPermissionDeniedException. | 
R2dbcPermissionDeniedException(String reason,
                              String sqlState,
                              Throwable cause)
Creates a new  
R2dbcPermissionDeniedException. | 
R2dbcPermissionDeniedException(String reason,
                              Throwable cause)
Creates a new  
R2dbcPermissionDeniedException. | 
R2dbcPermissionDeniedException(Throwable cause)
Creates a new  
R2dbcPermissionDeniedException. | 
getErrorCode, getSqlState, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic R2dbcPermissionDeniedException()
R2dbcPermissionDeniedException.public R2dbcPermissionDeniedException(@Nullable
                                      String reason)
R2dbcPermissionDeniedException.reason - the reason for the error.  Set as the exception's message and retrieved with Throwable.getMessage().public R2dbcPermissionDeniedException(@Nullable
                                      String reason,
                                      @Nullable
                                      String sqlState)
R2dbcPermissionDeniedException.reason - the reason for the error.  Set as the exception's message and retrieved with Throwable.getMessage().sqlState - the "SQLState" string, which follows either the XOPEN SQLState conventions or the SQL:2003
                 conventionspublic R2dbcPermissionDeniedException(@Nullable
                                      String reason,
                                      @Nullable
                                      String sqlState,
                                      int errorCode)
R2dbcPermissionDeniedException.reason - the reason for the error.  Set as the exception's message and retrieved with Throwable.getMessage().sqlState - the "SQLState" string, which follows either the XOPEN SQLState conventions or the SQL:2003
                  conventionserrorCode - a vendor-specific error code representing this failurepublic R2dbcPermissionDeniedException(@Nullable
                                      String reason,
                                      @Nullable
                                      String sqlState,
                                      int errorCode,
                                      @Nullable
                                      Throwable cause)
R2dbcPermissionDeniedException.reason - the reason for the error.  Set as the exception's message and retrieved with Throwable.getMessage().sqlState - the "SQLState" string, which follows either the XOPEN SQLState conventions or the SQL:2003
                  conventionserrorCode - a vendor-specific error code representing this failurecause - the causepublic R2dbcPermissionDeniedException(@Nullable
                                      String reason,
                                      @Nullable
                                      String sqlState,
                                      @Nullable
                                      Throwable cause)
R2dbcPermissionDeniedException.reason - the reason for the error.  Set as the exception's message and retrieved with Throwable.getMessage().sqlState - the "SQLState" string, which follows either the XOPEN SQLState conventions or the SQL:2003
                 conventionscause - the causepublic R2dbcPermissionDeniedException(@Nullable
                                      String reason,
                                      @Nullable
                                      Throwable cause)
R2dbcPermissionDeniedException.reason - the reason for the error.  Set as the exception's message and retrieved with Throwable.getMessage().cause - the causepublic R2dbcPermissionDeniedException(@Nullable
                                      Throwable cause)
R2dbcPermissionDeniedException.cause - the causeCopyright © 2021. All rights reserved.