public class JSONWebServiceException
extends java.lang.Exception
| Constructor and Description |
|---|
JSONWebServiceException(java.lang.String message) |
JSONWebServiceException(java.lang.String message,
int status) |
JSONWebServiceException(java.lang.String message,
int status,
java.lang.Throwable throwable) |
JSONWebServiceException(java.lang.String message,
java.lang.Throwable throwable) |
JSONWebServiceException(java.lang.Throwable throwable) |
| Modifier and Type | Method and Description |
|---|---|
int |
getStatus() |
void |
setStatus(int status) |
java.lang.String |
toString() |
public JSONWebServiceException(java.lang.String message)
public JSONWebServiceException(java.lang.String message,
int status)
public JSONWebServiceException(java.lang.String message,
int status,
java.lang.Throwable throwable)
public JSONWebServiceException(java.lang.String message,
java.lang.Throwable throwable)
public JSONWebServiceException(java.lang.Throwable throwable)