Package javassist.tools.web
Class BadHttpRequest
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- javassist.tools.web.BadHttpRequest
-
- All Implemented Interfaces:
java.io.Serializable
public class BadHttpRequest extends java.lang.Exception
Thrown when receiving an invalid HTTP request.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Exception
e
private static long
serialVersionUID
default serialVersionUID
-
Constructor Summary
Constructors Constructor Description BadHttpRequest()
BadHttpRequest(java.lang.Exception _e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
default serialVersionUID- See Also:
- Constant Field Values
-
e
private java.lang.Exception e
-
-