Package fi.iki.elonen
Class NanoHTTPD.ResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fi.iki.elonen.NanoHTTPD.ResponseException
- All Implemented Interfaces:
Serializable
- Enclosing class:
NanoHTTPD
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final long
private final NanoHTTPD.Response.Status
-
Constructor Summary
ConstructorsConstructorDescriptionResponseException
(NanoHTTPD.Response.Status status, String message) ResponseException
(NanoHTTPD.Response.Status status, String message, Exception e) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
status
-
-
Constructor Details
-
ResponseException
-
ResponseException
-
-
Method Details
-
getStatus
-