Uses of Class
org.jclouds.atmos.domain.AtmosError

Packages that use AtmosError
org.jclouds.atmos   
org.jclouds.atmos.util   
org.jclouds.atmos.xml   
 

Uses of AtmosError in org.jclouds.atmos
 

Methods in org.jclouds.atmos that return AtmosError
 AtmosError AtmosResponseException.getError()
           
 

Methods in org.jclouds.atmos with parameters of type AtmosError
 void AtmosResponseException.setError(AtmosError error)
           
 

Constructors in org.jclouds.atmos with parameters of type AtmosError
AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error)
           
AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error, Throwable cause)
           
AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error)
           
AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error, Throwable cause)
           
 

Uses of AtmosError in org.jclouds.atmos.util
 

Methods in org.jclouds.atmos.util that return AtmosError
 AtmosError AtmosUtils.parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, InputStream content)
           
 AtmosError AtmosUtils.parseAtmosErrorFromContent(HttpCommand command, HttpResponse response, String content)
           
 

Uses of AtmosError in org.jclouds.atmos.xml
 

Methods in org.jclouds.atmos.xml that return AtmosError
 AtmosError ErrorHandler.getResult()
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.