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