com.xerox.amazonws.ec2
Class AutoScalingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.xerox.amazonws.common.AWSException
              extended by com.xerox.amazonws.ec2.AutoScalingException
All Implemented Interfaces:
Serializable

public class AutoScalingException
extends AWSException

A wrapper exception to simplify catching errors related to auto scaling activity.

Author:
D. Kavanagh, developer@dotech.com
See Also:
Serialized Form

Constructor Summary
AutoScalingException(AWSException ex)
           
AutoScalingException(String s)
           
AutoScalingException(String s, Exception ex)
           
 
Method Summary
 
Methods inherited from class com.xerox.amazonws.common.AWSException
concatenateErrors, getErrors, getRequestId
 
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

AutoScalingException

public AutoScalingException(String s)

AutoScalingException

public AutoScalingException(String s,
                            Exception ex)

AutoScalingException

public AutoScalingException(AWSException ex)