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:
Serializable
public class UpdatePermissionException
extends javax.ws.rs.ProcessingException
Description of AccessInternal permissions exception class.
- See Also:
-
Constructor Summary
ConstructorDescriptionUpdatePermissionException
(String message) constructor with messageUpdatePermissionException
(String message, Throwable cause) constructor with message and throwableconstructor with throwable -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UpdatePermissionException
constructor with message- Parameters:
message
- message to associate with the exception
-
UpdatePermissionException
constructor with throwable- Parameters:
cause
- cause to associate with the exception
-
UpdatePermissionException
constructor with message and throwable- Parameters:
message
- message to associate with the exceptioncause
- cause to associate with the exception
-