Package org.eclipse.jetty.http
Class HttpException.IllegalStateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalStateException
org.eclipse.jetty.http.HttpException.IllegalStateException
- All Implemented Interfaces:
Serializable,HttpException,QuietException
- Enclosing interface:
- HttpException
public static class HttpException.IllegalStateException
extends IllegalStateException
implements HttpException
An IllegalStateException version of HttpException.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.http.HttpException
HttpException.IllegalArgumentException, HttpException.IllegalStateException, HttpException.RuntimeExceptionNested classes/interfaces inherited from interface org.eclipse.jetty.io.QuietException
QuietException.Exception -
Constructor Summary
ConstructorsConstructorDescriptionIllegalStateException(int code) IllegalStateException(int code, String reason) IllegalStateException(int code, String reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalStateException
public IllegalStateException(int code) -
IllegalStateException
-
IllegalStateException
-
-
Method Details
-
getCode
public int getCode()- Specified by:
getCodein interfaceHttpException
-
getReason
- Specified by:
getReasonin interfaceHttpException
-