com.xerox.amazonws.sdb
Class SDBException

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

public class SDBException
extends AWSException

A wrapper exception to simplify catching errors related to sdb activity.

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

Constructor Summary
SDBException(AWSException ex)
           
SDBException(String s)
           
SDBException(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

SDBException

public SDBException(String s)

SDBException

public SDBException(String s,
                    Exception ex)

SDBException

public SDBException(AWSException ex)