Package com.atlassian.crowd.exception
Class ApplicationPermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.PermissionException
com.atlassian.crowd.exception.ApplicationPermissionException
- All Implemented Interfaces:
Serializable
Thrown to indicate that an Application does not have the required permission to perform the operation.
- See Also:
-
Constructor Summary
ConstructorDescriptionDefault constructor.Default constructor.ApplicationPermissionException
(String s, Throwable throwable) Default constructor.ApplicationPermissionException
(Throwable throwable) Default constructor. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ApplicationPermissionException
public ApplicationPermissionException()Default constructor. -
ApplicationPermissionException
Default constructor.- Parameters:
s
- the message.
-
ApplicationPermissionException
Default constructor.- Parameters:
s
- the message.throwable
- theException
.
-
ApplicationPermissionException
Default constructor.- Parameters:
throwable
- theException
.
-