com.atlassian.crowd.exception
Class OperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.OperationFailedException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DirectoryInstantiationException, InvalidCrowdServiceException
public class OperationFailedException
- extends CrowdException
Represents an error when executing an operation on the remote directory failed for some reason. E.g. network error,
LDAP errors.
- 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 |
OperationFailedException
public OperationFailedException()
OperationFailedException
public OperationFailedException(java.lang.Throwable cause)
OperationFailedException
public OperationFailedException(java.lang.String message)
OperationFailedException
public OperationFailedException(java.lang.String message,
java.lang.Throwable cause)
Copyright © 2010 Atlassian. All Rights Reserved.