com.amazonaws.mobileconnectors.cognito.exceptions
Class DataLimitExceededException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.mobileconnectors.cognito.exceptions.DataStorageException
com.amazonaws.mobileconnectors.cognito.exceptions.DataLimitExceededException
- All Implemented Interfaces:
- java.io.Serializable
public class DataLimitExceededException
- extends DataStorageException
This exception is thrown when the dataset operation exceeds certain limit,
e.g. maximum of 20 datasets per identity, 1024 records per dataset, and 1mb
in size per dataset, etc.
- See Also:
- Serialized Form
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 |
DataLimitExceededException
public DataLimitExceededException(java.lang.String detailMessage,
java.lang.Throwable throwable)
DataLimitExceededException
public DataLimitExceededException(java.lang.String detailMessage)
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.