Class AccessInternalException

java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.gouv.vitam.common.exception.VitamException
fr.gouv.vitam.access.internal.common.exception.AccessInternalException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AccessInternalClientUnavailableDataFromAsyncOfferException, AccessInternalExecutionException, AccessInternalIllegalOperationException, AccessInternalRuleExecutionException, AccessInternalUnavailableDataFromAsyncOfferException

public class AccessInternalException extends VitamException
AccessException access error
See Also:
  • Constructor Details

    • AccessInternalException

      public AccessInternalException(String message)
      constructor with message
      Parameters:
      message - message to associate with the exception
    • AccessInternalException

      public AccessInternalException(Throwable cause)
      constructor with throwable
      Parameters:
      cause - cause to associate with the exception
    • AccessInternalException

      public AccessInternalException(String message, Throwable cause)
      constructor with message and throwable
      Parameters:
      message - message to associate with the exception
      cause - cause to associate with the exception
    • AccessInternalException

      public AccessInternalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
      constructor with message throwable anableSuppression and writableStackTrace
      Parameters:
      message - associated message
      cause - associated cause
      enableSuppression - allow suppression or not
      writableStackTrace - allow writable stack trace or not