|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
net.officefloor.plugin.socket.server.http.HttpException
net.officefloor.plugin.socket.server.http.InvalidHttpRequestException
public class InvalidHttpRequestException
Thrown by processing of the HttpRequest to indicate that the
HttpRequest is invalid.
| Constructor Summary | |
|---|---|
InvalidHttpRequestException(int httpStatus)
Initiate. |
|
InvalidHttpRequestException(int httpStatus,
String message)
Initiate. |
|
InvalidHttpRequestException(int httpStatus,
String message,
Throwable cause)
Initiate. |
|
InvalidHttpRequestException(int httpStatus,
Throwable cause)
Initiate. |
|
| Method Summary |
|---|
| Methods inherited from class net.officefloor.plugin.socket.server.http.HttpException |
|---|
getHttpStatus |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvalidHttpRequestException(int httpStatus,
String message,
Throwable cause)
httpStatus - HTTP status of this exception.message - Message.cause - Cause.
public InvalidHttpRequestException(int httpStatus,
String message)
httpStatus - HTTP status of this exception.message - Message.
public InvalidHttpRequestException(int httpStatus,
Throwable cause)
httpStatus - HTTP status of this exception.cause - Cause.public InvalidHttpRequestException(int httpStatus)
httpStatus - HTTP status of this exception.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||