Uses of Class
org.jclouds.atmos.domain.AtmosError
-
Packages that use AtmosError Package Description 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 Modifier and Type Method Description AtmosError
AtmosResponseException. getError()
Methods in org.jclouds.atmos with parameters of type AtmosError Modifier and Type Method Description void
AtmosResponseException. setError(AtmosError error)
Constructors in org.jclouds.atmos with parameters of type AtmosError Constructor Description AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error)
AtmosResponseException(String message, HttpCommand command, HttpResponse response, AtmosError error, Throwable cause)
AtmosResponseException(HttpCommand command, HttpResponse response, AtmosError error)
AtmosResponseException(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 Modifier and Type Method Description 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 Modifier and Type Method Description AtmosError
ErrorHandler. getResult()
-