Package fr.gouv.vitam.common.exception
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:
java.io.Serializable
public class UpdatePermissionException extends javax.ws.rs.ProcessingException
Description of AccessInternal permissions exception class.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdatePermissionException(java.lang.String message)
constructor with messageUpdatePermissionException(java.lang.String message, java.lang.Throwable cause)
constructor with message and throwableUpdatePermissionException(java.lang.Throwable cause)
constructor with throwable
-
-
-
Constructor Detail
-
UpdatePermissionException
public UpdatePermissionException(java.lang.String message)
constructor with message- Parameters:
message
- message to associate with the exception
-
UpdatePermissionException
public UpdatePermissionException(java.lang.Throwable cause)
constructor with throwable- Parameters:
cause
- cause to associate with the exception
-
UpdatePermissionException
public UpdatePermissionException(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
-
-