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 cause) |
JSONWebServiceException(java.lang.String message,
java.lang.Throwable cause) |
JSONWebServiceException(java.lang.Throwable cause) |
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 cause)
public JSONWebServiceException(java.lang.String message, java.lang.Throwable cause)
public JSONWebServiceException(java.lang.Throwable cause)