org.dasein.cloud.aws.platform
Class CloudFrontException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dasein.cloud.aws.platform.CloudFrontException
All Implemented Interfaces:
Serializable

public class CloudFrontException
extends Exception

See Also:
Serialized Form

Constructor Summary
CloudFrontException(int status, String requestId, String type, String code, String message)
           
 
Method Summary
 String getCode()
           
 String getRequestId()
           
 int getStatus()
           
 String getSummary()
           
 String getType()
           
 
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

CloudFrontException

public CloudFrontException(int status,
                           String requestId,
                           String type,
                           String code,
                           String message)
Method Detail

getCode

public String getCode()

getRequestId

public String getRequestId()

getStatus

public int getStatus()

getSummary

public String getSummary()

getType

public String getType()


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