public class AccessInternalException extends VitamException
| Constructor and Description |
|---|
AccessInternalException(String message)
constructor with message
|
AccessInternalException(String message,
Throwable cause)
constructor with message and throwable
|
AccessInternalException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
constructor with message throwable anableSuppression and writableStackTrace
|
AccessInternalException(Throwable cause)
constructor with throwable
|
getVitamError, setVitamErroraddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AccessInternalException(String message)
message - message to associate with the exceptionpublic AccessInternalException(Throwable cause)
cause - cause to associate with the exceptionpublic AccessInternalException(String message, Throwable cause)
message - message to associate with the exceptioncause - cause to associate with the exceptionpublic AccessInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - associated messagecause - associated causeenableSuppression - allow suppression or notwritableStackTrace - allow writable stack trace or notCopyright © 2018 Vitam. All rights reserved.