public class RestException extends ECFException
Constructor and Description |
---|
RestException() |
RestException(int errorCode) |
RestException(org.eclipse.core.runtime.IStatus status) |
RestException(String message) |
RestException(String message,
int errorCode) |
RestException(String message,
Throwable cause) |
RestException(String message,
Throwable cause,
int errorCode) |
RestException(String message,
Throwable cause,
int errorCode,
byte[] response) |
RestException(Throwable cause) |
RestException(Throwable cause,
int errorCode) |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode() |
byte[] |
getResponseBody() |
getCause, getStatus, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public RestException(org.eclipse.core.runtime.IStatus status)
public RestException()
public RestException(int errorCode)
public RestException(String message)
public RestException(String message, int errorCode)
public RestException(Throwable cause)
public RestException(Throwable cause, int errorCode)
Copyright © 2004–2020 Eclipse Foundation. All rights reserved.