Class PermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.confluence.api.service.exceptions.ServiceException
com.atlassian.confluence.api.service.exceptions.PermissionException
- All Implemented Interfaces:
Serializable
Raised when a user attempts to perform an action they do not have permission for.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPermissionException
(String message) PermissionException
(String message, ValidationResult validationResult) PermissionException
(String message, Throwable e) PermissionException
(Throwable throwable) -
Method Summary
Methods inherited from class com.atlassian.confluence.api.service.exceptions.ServiceException
optionalValidationResult, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
PermissionException
public PermissionException() -
PermissionException
-
PermissionException
-
PermissionException
-
PermissionException
-