public class RESTClientException extends Exception
| Constructor and Description |
|---|
RESTClientException(ErrorResponse errorResponse) |
RESTClientException(ErrorResponse errorResponse,
String message) |
RESTClientException(ErrorResponse errorResponse,
String message,
Throwable cause) |
RESTClientException(ErrorResponse errorResponse,
Throwable cause) |
RESTClientException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RESTClientException(Throwable cause)
public RESTClientException(ErrorResponse errorResponse)
public RESTClientException(ErrorResponse errorResponse, Throwable cause)
public RESTClientException(ErrorResponse errorResponse, String message)
public RESTClientException(ErrorResponse errorResponse, String message, Throwable cause)
Copyright © 2016. All rights reserved.