Class AtmosResponseException

  • All Implemented Interfaces:
    Serializable

    public class AtmosResponseException
    extends org.jclouds.http.HttpResponseException
    Encapsulates an Error from Atmos Storage Services.
    See Also:
    AtmosError, ParseAtmosErrorFromXmlContent, Serialized Form
    • Constructor Detail

      • AtmosResponseException

        public AtmosResponseException​(org.jclouds.http.HttpCommand command,
                                      org.jclouds.http.HttpResponse response,
                                      AtmosError error)
      • AtmosResponseException

        public AtmosResponseException​(org.jclouds.http.HttpCommand command,
                                      org.jclouds.http.HttpResponse response,
                                      AtmosError error,
                                      Throwable cause)
      • AtmosResponseException

        public AtmosResponseException​(String message,
                                      org.jclouds.http.HttpCommand command,
                                      org.jclouds.http.HttpResponse response,
                                      AtmosError error)
      • AtmosResponseException

        public AtmosResponseException​(String message,
                                      org.jclouds.http.HttpCommand command,
                                      org.jclouds.http.HttpResponse response,
                                      AtmosError error,
                                      Throwable cause)
    • Method Detail

      • setError

        public void setError​(AtmosError error)
      • getError

        @Nullable
        public AtmosError getError()