public class UncategorizedR2dbcException extends UncategorizedDataAccessException
R2dbcException
into
one of our generic data access exceptions.Constructor and Description |
---|
UncategorizedR2dbcException(String msg,
String sql,
R2dbcException ex)
Constructor for
UncategorizedSQLException . |
Modifier and Type | Method and Description |
---|---|
R2dbcException |
getR2dbcException()
Return the wrapped
R2dbcException . |
String |
getSql()
Return the SQL that led to the problem (if known).
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UncategorizedR2dbcException(String msg, @Nullable String sql, R2dbcException ex)
UncategorizedSQLException
.msg
- the detail messagesql
- the offending SQL statementex
- the exception thrown by underlying data access APIpublic R2dbcException getR2dbcException()
R2dbcException
.