public class DataAccessException extends RuntimeException
An error occurred during data access. This exception is used to wrap exceptions raised in data access logic.
Constructor and Description |
---|
DataAccessException() |
DataAccessException(String message) |
DataAccessException(String message,
Throwable cause) |
DataAccessException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString