org.dasein.cloud.aws
Class AWSResourceNotFoundException

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.AWSResourceNotFoundException
All Implemented Interfaces:
Serializable

public class AWSResourceNotFoundException
extends org.dasein.cloud.CloudException

Exception to be used when some AWS resource should exist, but cannot be found for some reason

Since:
19.03.2014
Author:
igoonich
See Also:
Serialized Form

Constructor Summary
AWSResourceNotFoundException(String msg)
           
AWSResourceNotFoundException(String msg, Throwable cause)
           
 
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

AWSResourceNotFoundException

public AWSResourceNotFoundException(@Nonnull
                                    String msg)

AWSResourceNotFoundException

public AWSResourceNotFoundException(@Nonnull
                                    String msg,
                                    @Nonnull
                                    Throwable cause)


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