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