Class AsyncCallLimitExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.hadoop.ipc.AsyncCallLimitExceededException
All Implemented Interfaces:
Serializable

public class AsyncCallLimitExceededException extends IOException
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 Details

    • AsyncCallLimitExceededException

      public AsyncCallLimitExceededException(String message)