org.dasein.cloud.aws.compute
Class EC2Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dasein.cloud.CloudException
              extended by org.dasein.cloud.aws.compute.EC2Exception
All Implemented Interfaces:
Serializable

public class EC2Exception
extends org.dasein.cloud.CloudException

See Also:
Serialized Form

Method Summary
static EC2Exception create(int status)
           
static EC2Exception create(int status, String requestId, String code, String message)
           
 String getCode()
           
 String getRequestId()
           
 int getStatus()
           
 String getSummary()
           
 
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
 

Method Detail

getCode

public String getCode()

getRequestId

public String getRequestId()

getStatus

public int getStatus()

getSummary

public String getSummary()

create

public static EC2Exception create(int status)

create

public static EC2Exception create(int status,
                                  String requestId,
                                  String code,
                                  String message)


Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.