Package com.atlassian.crowd.exception
Class CrowdException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DirectoryCurrentlySynchronisingException,DirectoryNotFoundException,FailedAuthenticationException,InvalidCredentialException,InvalidGroupException,InvalidMembershipException,InvalidUserException,ObjectNotFoundException,OperationFailedException,OperationNotPermittedException,ReadOnlyGroupException
CrowdException is the superclass of Crowd-specific exceptions
that must be caught.
This allows consumers of Crowd services to catch all checked exceptions with only one catch block.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCrowdException(String message) CrowdException(String message, Throwable cause) CrowdException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrowdException
public CrowdException() -
CrowdException
-
CrowdException
-
CrowdException
-