Package 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:
Serializable
- Direct Known Subclasses:
DirectoryInstantiationException
,InvalidCrowdServiceException
,OperationNotSupportedException
,UnsupportedCrowdApiException
Represents an error when executing an operation on the remote directory failed for some reason. E.g. network error,
LDAP errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOperationFailedException
(String message) OperationFailedException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
OperationFailedException
public OperationFailedException() -
OperationFailedException
-
OperationFailedException
-
OperationFailedException
-