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