org.outerj.daisy.httpconnector.spi
Class BadRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.outerj.daisy.httpconnector.spi.BadRequestException
- All Implemented Interfaces:
- Serializable
public class BadRequestException
- extends Exception
Throwing this exception will cause the HTTP Connector to send a 400 response.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BadRequestException
public BadRequestException(String message)