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:
java.io.Serializable
Direct Known Subclasses:
DirectoryCurrentlySynchronisingException, DirectoryNotFoundException, FailedAuthenticationException, InvalidAuthenticationException, InvalidCredentialException, InvalidGroupException, InvalidGroupException, InvalidMembershipException, InvalidUserException, NestedGroupsNotSupportedException, ObjectNotFoundException, OperationFailedException, OperationNotPermittedException, ReadOnlyGroupException, UserAlreadyExistsException

public abstract class CrowdException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
CrowdException()
           
CrowdException(java.lang.String message)
           
CrowdException(java.lang.String message, java.lang.Throwable cause)
           
CrowdException(java.lang.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(java.lang.String message)

CrowdException

public CrowdException(java.lang.String message,
                      java.lang.Throwable cause)

CrowdException

public CrowdException(java.lang.Throwable cause)


Copyright © 2011 Atlassian. All Rights Reserved.