Class HttpException.IllegalArgumentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.eclipse.jetty.http.HttpException.IllegalArgumentException
- All Implemented Interfaces:
 Serializable, HttpException, QuietException
- Enclosing interface:
 HttpException
public static class HttpException.IllegalArgumentException
extends IllegalArgumentException
implements HttpException
Exception thrown to indicate a Bad HTTP Message has either been received or attempted to be generated. Typically these are handled with either 400 or 500 responses.
- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from interface HttpException
HttpException.IllegalArgumentException, HttpException.RuntimeExceptionNested classes/interfaces inherited from interface QuietException
QuietException.Exception - 
Constructor Summary
ConstructorsConstructorDescriptionIllegalArgumentException(int code) IllegalArgumentException(int code, String reason) IllegalArgumentException(int code, String reason, Throwable cause)  - 
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
IllegalArgumentException
public IllegalArgumentException(int code)  - 
IllegalArgumentException
 - 
IllegalArgumentException
 
 - 
 - 
Method Details
- 
getCode
public int getCode()- Specified by:
 getCodein interfaceHttpException
 - 
getReason
- Specified by:
 getReasonin interfaceHttpException
 
 -