Class InvalidParameterException

java.lang.Object
All Implemented Interfaces:
Serializable

public class InvalidParameterException extends IllegalStateException
Extend IllegalStateException to identify the cause as an invalid parameter.

Implementation note: This class extends IllegalStateException since that is the class that the Servlet 6.1 onwards Javadocs define is thrown by the various ServletRequest.getParameterXXX() methods.

See Also: