public class RestException extends ECFException
| Constructor and Description |
|---|
RestException() |
RestException(int errorCode) |
RestException(org.eclipse.core.runtime.IStatus status) |
RestException(java.lang.String message) |
RestException(java.lang.String message,
int errorCode) |
RestException(java.lang.String message,
java.lang.Throwable cause) |
RestException(java.lang.String message,
java.lang.Throwable cause,
int errorCode) |
RestException(java.lang.String message,
java.lang.Throwable cause,
int errorCode,
byte[] response) |
RestException(java.lang.Throwable cause) |
RestException(java.lang.Throwable cause,
int errorCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
byte[] |
getResponseBody() |
getCause, getStatus, printStackTrace, printStackTrace, printStackTracepublic RestException(org.eclipse.core.runtime.IStatus status)
public RestException()
public RestException(int errorCode)
public RestException(java.lang.String message)
public RestException(java.lang.String message,
int errorCode)
public RestException(java.lang.Throwable cause)
public RestException(java.lang.Throwable cause,
int errorCode)
public RestException(java.lang.String message,
java.lang.Throwable cause)
public RestException(java.lang.String message,
java.lang.Throwable cause,
int errorCode)
public RestException(java.lang.String message,
java.lang.Throwable cause,
int errorCode,
byte[] response)