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
public abstract class CrowdException
- extends Exception
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:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CrowdException
public CrowdException()
CrowdException
public CrowdException(String message)
CrowdException
public CrowdException(String message,
Throwable cause)
CrowdException
public CrowdException(Throwable cause)
Copyright © 2016 Atlassian. All Rights Reserved.