public final class OryxServingException extends Exception
| Constructor and Description |
|---|
OryxServingException(javax.ws.rs.core.Response.Status statusCode) |
OryxServingException(javax.ws.rs.core.Response.Status statusCode,
String message) |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.Response.Status |
getStatusCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OryxServingException(javax.ws.rs.core.Response.Status statusCode)
statusCode - HTTP status that this exception corresponds topublic OryxServingException(javax.ws.rs.core.Response.Status statusCode,
String message)
statusCode - HTTP status that this exception corresponds tomessage - additional exception message that's appropriate for HTTP status lineCopyright © 2014–2018. All rights reserved.