public class SimpleWebException extends Exception
| Constructor and Description |
|---|
SimpleWebException(int httpCode,
String msg) |
SimpleWebException(int httpCode,
String msg,
Map<String,Object> params) |
| Modifier and Type | Method and Description |
|---|---|
static javax.ws.rs.core.Response |
buildMessage(int httpCode,
Map<String,Object> params,
String msg) |
javax.ws.rs.core.Response |
getResponse() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SimpleWebException(int httpCode,
String msg)
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.