Package com.atlassian.crowd.exception
Class InvalidCrowdServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.crowd.exception.CrowdException
com.atlassian.crowd.exception.OperationFailedException
com.atlassian.crowd.exception.InvalidCrowdServiceException
- All Implemented Interfaces:
Serializable
Thrown when a Crowd client is not communicating with a valid Crowd service.
- Since:
- v2.1
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidCrowdServiceException
(String message) InvalidCrowdServiceException
(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
-
InvalidCrowdServiceException
-
InvalidCrowdServiceException
-