net.noderunner.http
Class IllegalHttpStateException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalStateException
                  extended by net.noderunner.http.IllegalHttpStateException
All Implemented Interfaces:
java.io.Serializable

public class IllegalHttpStateException
extends java.lang.IllegalStateException

Unchecked exception used to indicate the use of the HTTP library (such as call order) was incorrectly made.

See Also:
Serialized Form

Constructor Summary
IllegalHttpStateException()
          Constructs a new IllegalHttpStateException with no message.
IllegalHttpStateException(java.lang.String message)
          Constructs a new IllegalHttpStateException with a message.
 
Method Summary
 
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

IllegalHttpStateException

public IllegalHttpStateException(java.lang.String message)
Constructs a new IllegalHttpStateException with a message.

Parameters:
message - explaination

IllegalHttpStateException

public IllegalHttpStateException()
Constructs a new IllegalHttpStateException with no message.



Copyright © 2010. All Rights Reserved.