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