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