Class UpdatePermissionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.ws.rs.ProcessingException
fr.gouv.vitam.common.exception.UpdatePermissionException
All Implemented Interfaces:
Serializable

public class UpdatePermissionException extends javax.ws.rs.ProcessingException
Description of AccessInternal permissions exception class.
See Also:
  • Constructor Details

    • UpdatePermissionException

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

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

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