Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
net.sf.jstuff.integration.serviceregistry.ServiceUnavailableException
- All Implemented Interfaces:
Serializable
This exception is thrown when a service method on a
ServiceProxy
object is invoked whose backing service instance is currently
not available.- Author:
- Sebastian Thomschke
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceUnavailableException
(String serviceEndpointId, Class<?> serviceInterface) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ServiceUnavailableException
-
-
Method Details
-
getServiceEndpointId
-
getServiceInterface
-