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:
Serializable
- Author:
- Stuart Douglas
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequestTooBigException
(String message) RequestTooBigException
(String message, Throwable cause) RequestTooBigException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RequestTooBigException
public RequestTooBigException() -
RequestTooBigException
-
RequestTooBigException
-
RequestTooBigException
-