net.officefloor.plugin.socket.server.http.parse
Class HttpRequestParseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
net.officefloor.plugin.socket.server.http.HttpException
net.officefloor.plugin.socket.server.http.InvalidHttpRequestException
net.officefloor.plugin.socket.server.http.parse.HttpRequestParseException
- All Implemented Interfaces:
- Serializable
public class HttpRequestParseException
- extends InvalidHttpRequestException
Indicates that failed to parse the HttpRequest.
- Author:
- Daniel Sagenschneider
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
HttpRequestParseException
public HttpRequestParseException(int httpStatus,
String message)
- Initiate.
- Parameters:
httpStatus - HTTP status indicating failure.message - Reason for parsing failure.
HttpRequestParseException
public HttpRequestParseException(int httpStatus,
Throwable cause)
- Initiate.
- Parameters:
httpStatus - HTTP status indicating failure.cause - Cause of parsing failure.
Copyright © 2005-2011. All Rights Reserved.