Package i5.las2peer.api.execution
Class ServiceNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
i5.las2peer.api.execution.ServiceInvocationException
i5.las2peer.api.execution.ServiceNotAvailableException
- All Implemented Interfaces:
Serializable
Thrown if the service is temporarily not available.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceNotAvailableException
(String message) ServiceNotAvailableException
(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
-
ServiceNotAvailableException
public ServiceNotAvailableException() -
ServiceNotAvailableException
-
ServiceNotAvailableException
-
ServiceNotAvailableException
-