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:
  • Constructor Details

    • ParameterLimitException

      public ParameterLimitException(String message)