org.dasein.cloud.cloudstack
Class CSException

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

public class CSException
extends CloudException

See Also:
Serialized Form

Constructor Summary
CSException(CloudErrorType type, CSMethod.ParsedError e)
           
CSException(CSMethod.ParsedError e)
           
CSException(Throwable exception)
           
 
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

CSException

public CSException(@Nonnull
                   Throwable exception)

CSException

public CSException(@Nonnull
                   CSMethod.ParsedError e)

CSException

public CSException(@Nonnull
                   CloudErrorType type,
                   @Nonnull
                   CSMethod.ParsedError e)


Copyright © 2012 enStratus Networks Inc. All Rights Reserved.