Package org.apache.druid.rpc
Class ServiceClosedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.druid.rpc.RpcException
-
- org.apache.druid.rpc.ServiceClosedException
-
- All Implemented Interfaces:
Serializable
public class ServiceClosedException extends RpcException
Returned byServiceClient.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 closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceClosedException(String serviceName)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ServiceClosedException
public ServiceClosedException(String serviceName)
-
-