Package io.undertow.util
Class ParameterLimitException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.undertow.util.ParameterLimitException
-
- All Implemented Interfaces:
Serializable
public class ParameterLimitException extends Exception
Exception that is thrown if the max query or path parameter limit is exceeded- Author:
- Stuart Douglas
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ParameterLimitException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ParameterLimitException
public ParameterLimitException(String message)
-
-