com.atlassian.crowd.integration.exception
Class DirectoryAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.crowd.integration.exception.DirectoryAccessException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DirectoryInstantiationException

public class DirectoryAccessException
extends java.lang.Exception

Represents an error when contacting the remote directory (eg. executing an operation failed for some reason, network error, LDAP error codes, etc).

See Also:
Serialized Form

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

DirectoryAccessException

public DirectoryAccessException()

DirectoryAccessException

public DirectoryAccessException(java.lang.Throwable cause)

DirectoryAccessException

public DirectoryAccessException(java.lang.String message)

DirectoryAccessException

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


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.