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, toString
public SimpleWebException(int httpCode, String msg)
Copyright © 2017 The Apache Software Foundation. All rights reserved.