public class JSONWebServiceInvocationException extends JSONWebServiceException
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) |
getStatus, setStatus, toString
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)