public class DataAccessException extends RuntimeException
Note that this is a runtime (unchecked) exception.
Constructor and Description |
---|
DataAccessException(String message)
Constructor with error message
|
DataAccessException(String message,
Throwable cause)
Constructor with error message and nested exception
|
DataAccessException(Throwable cause)
Constructor with nested exception
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2019 The Holon Platform. All rights reserved.