Package com.atlassian.crowd.exception
Class PermissionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.PermissionException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ApplicationPermissionException
Permission Exception this Exception will handle Exceptions to do with CRUD operations
on Applications, Directories etc.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Default constructor.PermissionException(String s, Throwable throwable) Default constructor.PermissionException(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
-
PermissionException
public PermissionException()Default constructor. -
PermissionException
Default constructor.- Parameters:
s- the message.
-
PermissionException
Default constructor.- Parameters:
s- the message.throwable- theException.
-
PermissionException
Default constructor.- Parameters:
throwable- theException.
-