org.jclouds.gogrid
Class GoGridResponseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jclouds.http.HttpResponseException
                  extended by org.jclouds.gogrid.GoGridResponseException
All Implemented Interfaces:
Serializable

public class GoGridResponseException
extends HttpResponseException

Author:
Oleksiy Yarmula
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jclouds.http.HttpResponseException
command, response
 
Constructor Summary
GoGridResponseException(HttpCommand command, HttpResponse response, Set<ErrorResponse> errors)
           
 
Method Summary
 Set<ErrorResponse> getError()
           
 void setErrors(Set<ErrorResponse> errors)
           
 
Methods inherited from class org.jclouds.http.HttpResponseException
getCommand, getContent, getResponse, setContent
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GoGridResponseException

public GoGridResponseException(HttpCommand command,
                               HttpResponse response,
                               Set<ErrorResponse> errors)
Method Detail

getError

public Set<ErrorResponse> getError()

setErrors

public void setErrors(Set<ErrorResponse> errors)


Copyright © 2009-2012 jclouds. All Rights Reserved.