Class OperationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.exception.runtime.CrowdRuntimeException
com.atlassian.crowd.exception.runtime.OperationFailedException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CommunicationException
Thrown when an operation failed for some reason.
- Since:
- v2.1
- 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
-