com.amazonaws.mobileconnectors.cognito.exceptions
Class DataStorageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.AmazonClientException
                  extended by com.amazonaws.mobileconnectors.cognito.exceptions.DataStorageException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
DataAccessNotAuthorizedException, DataConflictException, DataLimitExceededException, DatasetNotFoundException, NetworkException

public class DataStorageException
extends AmazonClientException

This exception is thrown when an error occurs during an data storage operation.

See Also:
Serialized Form

Constructor Summary
DataStorageException(java.lang.String detailMessage)
           
DataStorageException(java.lang.String detailMessage, java.lang.Throwable throwable)
           
 
Method Summary
 
Methods inherited from class com.amazonaws.AmazonClientException
isRetryable
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataStorageException

public DataStorageException(java.lang.String detailMessage,
                            java.lang.Throwable throwable)

DataStorageException

public DataStorageException(java.lang.String detailMessage)


Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.