public static final class NanoHTTPD.ResponseException extends Exception
| 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, toStringpublic ResponseException(NanoHTTPD.Response.Status status, String message)
public ResponseException(NanoHTTPD.Response.Status status, String message, Exception e)
public NanoHTTPD.Response.Status getStatus()
Copyright © 2012–2020. All rights reserved.