Package dev.shamoo.runtime.core
Class ServiceUnavailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
dev.shamoo.runtime.core.ServiceUnavailableException
- All Implemented Interfaces:
Serializable
Raised by a stable service proxy when no active compatible provider can admit the call.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceUnavailableException(String serviceName) ServiceUnavailableException(String serviceName, UUID correlationId) -
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
-
ServiceUnavailableException
-