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-1970 Apache Software Foundation. All Rights Reserved.