Class AccessInternalRuleExecutionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- fr.gouv.vitam.common.exception.VitamException
-
- fr.gouv.vitam.access.internal.common.exception.AccessInternalException
-
- fr.gouv.vitam.access.internal.common.exception.AccessInternalRuleExecutionException
-
- All Implemented Interfaces:
java.io.Serializable
public class AccessInternalRuleExecutionException extends AccessInternalException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessInternalRuleExecutionException(VitamCode code)AccessInternalRuleExecutionException(java.lang.String message)AccessInternalRuleExecutionException(java.lang.String message, java.lang.Throwable cause)constructor with message and throwableAccessInternalRuleExecutionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)constructor with message throwable enableSuppression and writableStackTraceAccessInternalRuleExecutionException(java.lang.Throwable cause)constructor with throwable
-
Method Summary
-
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamError
-
-
-
-
Constructor Detail
-
AccessInternalRuleExecutionException
public AccessInternalRuleExecutionException(java.lang.String message)
-
AccessInternalRuleExecutionException
public AccessInternalRuleExecutionException(VitamCode code)
-
AccessInternalRuleExecutionException
public AccessInternalRuleExecutionException(java.lang.Throwable cause)
constructor with throwable- Parameters:
cause- cause to associate with the exception
-
AccessInternalRuleExecutionException
public AccessInternalRuleExecutionException(java.lang.String message, java.lang.Throwable cause)constructor with message and throwable- Parameters:
message- message to associate with the exceptioncause- cause to associate with the exception
-
AccessInternalRuleExecutionException
public AccessInternalRuleExecutionException(java.lang.String message, java.lang.Throwable cause, boolean enableSuppression, boolean writableStackTrace)constructor with message throwable enableSuppression and writableStackTrace- Parameters:
message- associated messagecause- associated causeenableSuppression- allow suppression or notwritableStackTrace- allow writable stack trace or not
-
-