Package org.apache.drill.exec.rpc
Class ChannelClosedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.drill.common.exceptions.DrillIOException
org.apache.drill.exec.rpc.RpcException
org.apache.drill.exec.rpc.ChannelClosedException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionChannelClosedException
(String message) ChannelClosedException
(String message, Throwable cause) ChannelClosedException
(Throwable cause) -
Method Summary
Methods inherited from class org.apache.drill.exec.rpc.RpcException
getRemoteError, isRemote, mapException, mapException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ChannelClosedException
public ChannelClosedException() -
ChannelClosedException
-
ChannelClosedException
-
ChannelClosedException
-