public class BadRequestException
extends java.io.IOException
| Constructor and Description |
|---|
BadRequestException()
Construct a new BadRequestException with no other information.
|
BadRequestException(java.lang.String message)
Construct a new BadRequestException for the specified message.
|
BadRequestException(java.lang.String message,
java.lang.Throwable throwable)
Construct a new BadRequestException for the specified message and throwable.
|
BadRequestException(java.lang.Throwable throwable)
Construct a new BadRequestException for the specified throwable.
|
public BadRequestException()
public BadRequestException(java.lang.String message)
message - Message describing this exceptionpublic BadRequestException(java.lang.Throwable throwable)
throwable - Throwable that caused this exceptionpublic BadRequestException(java.lang.String message,
java.lang.Throwable throwable)
message - Message describing this exceptionthrowable - Throwable that caused this exceptionCopyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.