org.dasein.cloud.atmos
Class AtmosException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dasein.cloud.CloudException
              extended by org.dasein.cloud.atmos.AtmosException
All Implemented Interfaces:
Serializable

public class AtmosException
extends org.dasein.cloud.CloudException

Parses errors received from Atmos so they can be understood in a Dasein Cloud context.

Created by George Reese: 10/5/12 9:48 AM

Since:
2012.09
Version:
2012.09 initial version
Author:
George Reese
See Also:
Serialized Form

Constructor Summary
AtmosException(org.apache.http.HttpResponse response)
           
 
Method Summary
 
Methods inherited from class org.dasein.cloud.CloudException
getErrorType, getHttpCode, getProviderCode
 
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

AtmosException

public AtmosException(org.apache.http.HttpResponse response)


Copyright © 2012-2013 enStratus Networks Inc. All Rights Reserved.