Class RequestTooBigException

All Implemented Interfaces:
Serializable

public class RequestTooBigException extends IOException
Author:
Stuart Douglas
See Also:
  • Constructor Details

    • RequestTooBigException

      public RequestTooBigException()
    • RequestTooBigException

      public RequestTooBigException(String message)
    • RequestTooBigException

      public RequestTooBigException(String message, Throwable cause)
    • RequestTooBigException

      public RequestTooBigException(Throwable cause)