Class CommunicationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.crowd.exception.runtime.CrowdRuntimeException
com.atlassian.crowd.exception.runtime.OperationFailedException
com.atlassian.crowd.exception.runtime.CommunicationException
- All Implemented Interfaces:
Serializable
A specific extension of the Runtime OperationFailedException that is thrown when the host application is unable to
communicate with the remote User Directory.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCommunicationException(String message, Throwable cause) CommunicationException(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
-
CommunicationException
-
CommunicationException
-