net.officefloor.plugin.web.http.tokenise
Class HttpRequestTokeniseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.officefloor.plugin.web.http.parameters.HttpParametersException
net.officefloor.plugin.web.http.tokenise.HttpRequestTokeniseException
- All Implemented Interfaces:
- Serializable
public class HttpRequestTokeniseException
- extends HttpParametersException
Indicates a failure tokenising the HttpRequest parameters.
- 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 |
HttpRequestTokeniseException
public HttpRequestTokeniseException(String reason)
- Initiate.
- Parameters:
reason - Reason.
HttpRequestTokeniseException
public HttpRequestTokeniseException(Throwable cause)
- Initiate.
- Parameters:
cause - Cause.
Copyright © 2005-2013. All Rights Reserved.