Class BadRequestException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.apache.coyote.BadRequestException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ClientAbortException

public class BadRequestException extends IOException
Extend IOException to identify it as being caused by a bad request from a remote client.
See Also: