Package io.undertow.server
Class RequestTooBigException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- io.undertow.server.RequestTooBigException
-
- All Implemented Interfaces:
java.io.Serializable
public class RequestTooBigException extends java.io.IOException
- Author:
- Stuart Douglas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RequestTooBigException()
RequestTooBigException(java.lang.String message)
RequestTooBigException(java.lang.String message, java.lang.Throwable cause)
RequestTooBigException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
RequestTooBigException
public RequestTooBigException()
-
RequestTooBigException
public RequestTooBigException(java.lang.String message)
-
RequestTooBigException
public RequestTooBigException(java.lang.String message, java.lang.Throwable cause)
-
RequestTooBigException
public RequestTooBigException(java.lang.Throwable cause)
-
-