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:
AnonymousUserPermissionException
,DirectoryCurrentlySynchronisingException
,DirectoryMappingConstraintException
,DirectoryNotFoundException
,DirectoryTestFailedException
,EventTokenExpiredException
,FailedAuthenticationException
,IncrementalSynchronisationNotAvailableException
,InvalidAuthenticationException
,InvalidChangeEmailTokenException
,InvalidCredentialException
,InvalidGroupException
,InvalidGroupException
,InvalidMembershipException
,InvalidUserException
,NestedGroupsNotSupportedException
,ObjectAlreadyExistsException
,ObjectNotFoundException
,OperationFailedException
,OperationNotPermittedException
,ReadOnlyGroupException
,SameEmailAddressException
,UserPermissionDowngradeException
,ValidationFailedException
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
-