Package org.apache.hadoop.ipc
Class RetriableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ipc.RetriableException
- All Implemented Interfaces:
Serializable
Exception thrown by a server typically to indicate that server is in a state
where request cannot be processed temporarily (such as still starting up).
Client may retry the request. If the service is up, the server may be able to
process a retried request.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RetriableException
-
RetriableException
-