Package org.apache.hadoop.ipc
Class AsyncCallLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ipc.AsyncCallLimitExceededException
- All Implemented Interfaces:
Serializable
Signals that an AsyncCallLimitExceededException has occurred. This class is
used to make application code using async RPC aware that limit of max async
calls is reached, application code need to retrieve results from response of
established async calls to avoid buffer overflow in order for follow-on async
calls going correctly.
- 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
-
AsyncCallLimitExceededException
-