Class AccessInternalRuleExecutionException

All Implemented Interfaces:
Serializable

public class AccessInternalRuleExecutionException extends AccessInternalException
See Also:
  • Constructor Details

    • AccessInternalRuleExecutionException

      public AccessInternalRuleExecutionException(String message)
    • AccessInternalRuleExecutionException

      public AccessInternalRuleExecutionException(VitamCode code)
    • AccessInternalRuleExecutionException

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

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

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