public class IllegalHttpStateException extends IllegalStateException
| Constructor and Description |
|---|
IllegalHttpStateException()
Constructs a new
IllegalHttpStateException with no message. |
IllegalHttpStateException(String message)
Constructs a new
IllegalHttpStateException with a message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalHttpStateException(String message)
IllegalHttpStateException with a message.message - explainationpublic IllegalHttpStateException()
IllegalHttpStateException with no message.Copyright © 2012. All Rights Reserved.