Class RequestTooBigException

All Implemented Interfaces:
Serializable

@Public public class RequestTooBigException extends DoNotRetryIOException
Thrown when the size of the rpc request received by the server is too large. On receiving such an exception, the client does not retry the offending rpc.
Since:
1.3.0
See Also: