public class OpenShiftEndpointException extends OpenShiftException
| Constructor and Description |
|---|
OpenShiftEndpointException(String url,
Throwable cause,
String response,
String message,
Object... arguments) |
| Modifier and Type | Method and Description |
|---|---|
RestResponse |
getRestResponse() |
List<Message> |
getRestResponseMessages() |
protected String |
getUrl() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RestResponse getRestResponse() throws OpenShiftException
RestResponse.OpenShiftException - if the unmarshalling failspublic List<Message> getRestResponseMessages()
RestResponse. If the unmarshalling fails, the returned list is null.protected String getUrl()
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.