public class VitamApplicationServerException extends VitamException
VitamServer
Constructor and Description |
---|
VitamApplicationServerException(String message)
Basic constructor to indicate a simple error message without stacktrace
|
VitamApplicationServerException(String message,
Throwable throwable)
Constructor used to encapsulate a previously thrown exception with but with a custom meaningful message
|
VitamApplicationServerException(Throwable throwable)
Constructor used to encapsulate a previously thrown exception.
|
getVitamError, setVitamError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public VitamApplicationServerException(String message)
message
- message to logpublic VitamApplicationServerException(Throwable throwable)
throwable
- the originating exceptionpublic VitamApplicationServerException(String message, Throwable throwable)
message
- the message to log throw threwthrowable
- the originating exceptionCopyright © 2018 Vitam. All rights reserved.