public abstract class UncategorizedDataAccessException extends NonTransientDataAccessException
| Constructor and Description |
|---|
UncategorizedDataAccessException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for UncategorizedDataAccessException.
|
contains, getMessage, getMostSpecificCause, getRootCausepublic UncategorizedDataAccessException(@Nullable
java.lang.String msg,
@Nullable
java.lang.Throwable cause)
msg - the detail messagecause - the exception thrown by underlying data access API