|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
net.noderunner.http.IllegalHttpStateException
public class IllegalHttpStateException
Unchecked exception used to indicate the use of the HTTP library (such as call order) was incorrectly made.
| 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 |
|---|
public IllegalHttpStateException(java.lang.String message)
IllegalHttpStateException with a message.
message - explainationpublic IllegalHttpStateException()
IllegalHttpStateException with no message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||