com.atlassian.crowd.exception
Class CrowdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.exception.CrowdException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
DirectoryCurrentlySynchronisingException, DirectoryNotFoundException, EventTokenExpiredException, FailedAuthenticationException, IncrementalSynchronisationNotAvailableException, InvalidAuthenticationException, InvalidCredentialException, InvalidGroupException, InvalidGroupException, InvalidMembershipException, InvalidUserException, NestedGroupsNotSupportedException, ObjectNotFoundException, OperationFailedException, OperationNotPermittedException, ReadOnlyGroupException, UserAlreadyExistsException

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

Constructor Summary
CrowdException()
           
CrowdException(String message)
           
CrowdException(String message, Throwable cause)
           
CrowdException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CrowdException

public CrowdException()

CrowdException

public CrowdException(String message)

CrowdException

public CrowdException(String message,
                      Throwable cause)

CrowdException

public CrowdException(Throwable cause)


Copyright © 2013 Atlassian. All Rights Reserved.