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

public class ServiceUnavailableException extends IllegalStateException
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 Details

    • ServiceUnavailableException

      public ServiceUnavailableException(String serviceEndpointId, Class<?> serviceInterface)
  • Method Details

    • getServiceEndpointId

      public String getServiceEndpointId()
    • getServiceInterface

      public Class<?> getServiceInterface()