com.atlassian.crowd.integration.exception
Class DirectoryAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
| 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 |
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.