Package org.apache.hadoop.hbase.ipc
Class CallTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.hbase.HBaseIOException
org.apache.hadoop.hbase.ipc.CallTimeoutException
- All Implemented Interfaces:
Serializable
Client-side call timeout
- See Also:
-
Constructor Summary
ConstructorDescriptionCallTimeoutException
(String message, Throwable cause) CallTimeoutException with 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
-
CallTimeoutException
-
CallTimeoutException
CallTimeoutException with cause- Parameters:
message
- the message for this exceptioncause
- the cause for this exception
-