net.noderunner.http
Class IllegalHttpStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
net.noderunner.http.IllegalHttpStateException
- All Implemented Interfaces:
- Serializable
public class IllegalHttpStateException
- extends IllegalStateException
Unchecked exception used to indicate the use of the HTTP
library (such as call order) was incorrectly made.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IllegalHttpStateException
public IllegalHttpStateException(String message)
- Constructs a new
IllegalHttpStateException
with a message.
- Parameters:
message
- explaination
IllegalHttpStateException
public IllegalHttpStateException()
- Constructs a new
IllegalHttpStateException
with no message.
Copyright © 2011. All Rights Reserved.