Package org.distributeme.core.exception
Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.distributeme.core.exception.DistributemeRuntimeException
org.distributeme.core.exception.ServiceUnavailableException
- All Implemented Interfaces:
Serializable
Thrown if no connection to a remote service could be established.
- Version:
- $Id: $Id
- Author:
- lrosenberg
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceUnavailableException(String message) Creates new instance of the exception.ServiceUnavailableException(String message, Exception cause) Creates new instance of the exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString