org.dasein.cloud.aws
Class AWSResourceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dasein.cloud.CloudException
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
| 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 |
AWSResourceNotFoundException
public AWSResourceNotFoundException(@Nonnull
String msg)
AWSResourceNotFoundException
public AWSResourceNotFoundException(@Nonnull
String msg,
@Nonnull
Throwable cause)
Copyright © 2009-2014 Dell, Inc.. All Rights Reserved.