Class AccessInternalExecutionException
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.AccessInternalExecutionException
- All Implemented Interfaces:
Serializable
AccessExecutionException throw when the execution in access module has an error
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessInternalExecutionException(String message) constructor with messageAccessInternalExecutionException(String message, Throwable cause) constructor with message and throwableAccessInternalExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) constructor with message throwable anableSuppression and writableStackTraceconstructor with throwable -
Method Summary
Methods inherited from class fr.gouv.vitam.common.exception.VitamException
getVitamError, setVitamErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AccessInternalExecutionException
constructor with message- Parameters:
message- message to associate with the exception
-
AccessInternalExecutionException
constructor with throwable- Parameters:
cause- cause to associate with the exception
-
AccessInternalExecutionException
constructor with message and throwable- Parameters:
message- message to associate with the exceptioncause- cause to associate with the exception
-
AccessInternalExecutionException
public AccessInternalExecutionException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) constructor with message throwable anableSuppression and writableStackTrace- Parameters:
message- associated messagecause- associated causeenableSuppression- allow suppression or notwritableStackTrace- allow writable stack trace or not
-