public class DatabaseException extends VitamException
| Constructor and Description |
|---|
DatabaseException(String message)
Basic constructor to indicate a simple error message without stacktrace
|
DatabaseException(String message,
Throwable cause)
Constructor used to encapsulate a previously thrown exception but with a custom meaningful message
|
DatabaseException(Throwable cause)
Constructor used to encapsulate a previously thrown exception.
|
getVitamError, setVitamErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DatabaseException(String message)
message - message to logpublic DatabaseException(Throwable cause)
cause - the originating exceptionCopyright © 2018 Vitam. All rights reserved.