Package org.apache.druid.rpc
Class ServiceNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.druid.rpc.RpcException
org.apache.druid.rpc.ServiceNotAvailableException
- All Implemented Interfaces:
Serializable
Returned by
ServiceClient.asyncRequest(org.apache.druid.rpc.RequestBuilder, org.apache.druid.java.util.http.client.response.HttpResponseHandler<IntermediateType, FinalType>) when a request has failed because the service is not available.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionServiceNotAvailableException(String serviceName) ServiceNotAvailableException(String serviceName, String reason, Object... reasonArgs) -
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
-
ServiceNotAvailableException
-