public abstract class R2dbcTransientException extends R2dbcException
Constructor and Description |
---|
R2dbcTransientException()
Creates a new
R2dbcTransientException . |
R2dbcTransientException(String reason)
Creates a new
R2dbcTransientException . |
R2dbcTransientException(String reason,
String sqlState)
Creates a new
R2dbcTransientException . |
R2dbcTransientException(String reason,
String sqlState,
int errorCode)
Creates a new
R2dbcTransientException . |
R2dbcTransientException(String reason,
String sqlState,
int errorCode,
Throwable cause)
Creates a new
R2dbcTransientException . |
R2dbcTransientException(String reason,
String sqlState,
Throwable cause)
Creates a new
R2dbcTransientException . |
R2dbcTransientException(String reason,
Throwable cause)
Creates a new
R2dbcTransientException . |
R2dbcTransientException(Throwable cause)
Creates a new
R2dbcTransientException . |
getErrorCode, getSqlState, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public R2dbcTransientException()
R2dbcTransientException
.public R2dbcTransientException(@Nullable String reason)
R2dbcTransientException
.reason
- the reason for the error. Set as the exception's message and retrieved with Throwable.getMessage()
.public R2dbcTransientException(@Nullable String reason, @Nullable String sqlState)
R2dbcTransientException
.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 R2dbcTransientException(@Nullable String reason, @Nullable String sqlState, int errorCode)
R2dbcTransientException
.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 R2dbcTransientException(@Nullable String reason, @Nullable String sqlState, int errorCode, @Nullable Throwable cause)
R2dbcTransientException
.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 R2dbcTransientException(@Nullable String reason, @Nullable String sqlState, @Nullable Throwable cause)
R2dbcTransientException
.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 R2dbcTransientException(@Nullable String reason, @Nullable Throwable cause)
R2dbcTransientException
.reason
- the reason for the error. Set as the exception's message and retrieved with Throwable.getMessage()
.cause
- the causepublic R2dbcTransientException(@Nullable Throwable cause)
R2dbcTransientException
.cause
- the causeCopyright © 2021. All rights reserved.