public class GoGridResponseException extends HttpResponseException
command, response
Constructor and Description |
---|
GoGridResponseException(HttpCommand command,
HttpResponse response,
Set<ErrorResponse> errors) |
Modifier and Type | Method and Description |
---|---|
Set<ErrorResponse> |
getError() |
void |
setErrors(Set<ErrorResponse> errors) |
getCommand, getContent, getResponse, setContent
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public GoGridResponseException(HttpCommand command, HttpResponse response, Set<ErrorResponse> errors)
public Set<ErrorResponse> getError()
public void setErrors(Set<ErrorResponse> errors)
Copyright © 2009-2012 jclouds. All Rights Reserved.