org.jclouds.gogrid
Class GoGridResponseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jclouds.http.HttpResponseException
org.jclouds.gogrid.GoGridResponseException
- All Implemented Interfaces:
- Serializable
public class GoGridResponseException
- extends HttpResponseException
- Author:
- Oleksiy Yarmula
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
GoGridResponseException
public GoGridResponseException(HttpCommand command,
HttpResponse response,
Set<ErrorResponse> errors)
getError
public Set<ErrorResponse> getError()
setErrors
public void setErrors(Set<ErrorResponse> errors)
Copyright © 2009-2011 jclouds. All Rights Reserved.