com.xerox.amazonws.ec2
Class EC2Exception
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.xerox.amazonws.common.AWSException
com.xerox.amazonws.ec2.EC2Exception
- All Implemented Interfaces:
- Serializable
public class EC2Exception
- extends AWSException
A wrapper exception to simplify catching errors related to ec2 activity.
- Author:
- D. Kavanagh, developer@dotech.com
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EC2Exception
public EC2Exception(String s)
EC2Exception
public EC2Exception(String s,
Exception ex)
EC2Exception
public EC2Exception(AWSException ex)