UncategorizedR2dbcException
instead.@Deprecated public class UncategorizedR2dbcException extends UncategorizedR2dbcException
R2dbcException
into one of our generic data access exceptions.Constructor and Description |
---|
UncategorizedR2dbcException(String task,
String sql,
R2dbcException ex)
Deprecated.
Creates a new
UncategorizedR2dbcException . |
Modifier and Type | Method and Description |
---|---|
R2dbcException |
getR2dbcException()
Deprecated.
Returns the original
R2dbcException . |
String |
getSql()
Deprecated.
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 task, @Nullable String sql, R2dbcException ex)
UncategorizedR2dbcException
.task
- name of current tasksql
- the offending SQL statementex
- the root causepublic R2dbcException getR2dbcException()
R2dbcException
.getR2dbcException
in class UncategorizedR2dbcException
R2dbcException
.@Nullable public String getSql()
getSql
in class UncategorizedR2dbcException
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.