public class AccessInternalExecutionException extends AccessInternalException
Constructor and Description |
---|
AccessInternalExecutionException(String message)
constructor with message
|
AccessInternalExecutionException(String message,
Throwable cause)
constructor with message and throwable
|
AccessInternalExecutionException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)
constructor with message throwable anableSuppression and writableStackTrace
|
AccessInternalExecutionException(Throwable cause)
constructor with throwable
|
getVitamError, setVitamError
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public AccessInternalExecutionException(String message)
message
- message to associate with the exceptionpublic AccessInternalExecutionException(Throwable cause)
cause
- cause to associate with the exceptionpublic AccessInternalExecutionException(String message, Throwable cause)
message
- message to associate with the exceptioncause
- cause to associate with the exceptionpublic AccessInternalExecutionException(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.