com.atlassian.crowd.exception
Class CrowdException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atlassian.crowd.exception.CrowdException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ApplicationNotFoundException, DirectoryCurrentlySynchronisingException, DirectoryNotFoundException, DuplicateAttributeValueException, ExpiredCredentialException, FailedAuthenticationException, GroupNotFoundException, InactiveAccountException, InvalidAuthenticationException, InvalidCredentialException, InvalidGroupException, InvalidGroupException, InvalidMembershipException, InvalidUserException, MembershipInvalidException, MembershipNotFoundException, NestedGroupsNotSupportedException, NotDirectMembershipException, OperationFailedException, OperationNotPermittedException, ReadOnlyGroupException, UserAlreadyExistsException, UserNotFoundException

public abstract class CrowdException
extends java.lang.RuntimeException

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 © 2010 Atlassian. All Rights Reserved.