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 SummaryConstructorsConstructorDescriptionServiceUnavailableException(String serviceEndpointId, Class<?> serviceInterface) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ServiceUnavailableException
 
- 
- 
Method Details- 
getServiceEndpointId
- 
getServiceInterface
 
-