public static final class NanoHTTPD.ResponseException extends RuntimeException
Modifier and Type | Field and Description |
---|---|
protected static long |
serialVersionUID |
protected NanoHTTPD.Response.Status |
status |
Constructor and Description |
---|
ResponseException(NanoHTTPD.Response.Status status,
String message) |
ResponseException(NanoHTTPD.Response.Status status,
String message,
Exception e) |
Modifier and Type | Method and Description |
---|---|
NanoHTTPD.Response.Status |
getStatus() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected static final long serialVersionUID
protected final NanoHTTPD.Response.Status status
public ResponseException(NanoHTTPD.Response.Status status, String message)
public ResponseException(NanoHTTPD.Response.Status status, String message, Exception e)
public NanoHTTPD.Response.Status getStatus()
Copyright © 2019 SimiaCryptus Software. All rights reserved.