|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.AmazonClientException
com.amazonaws.mobileconnectors.cognito.exceptions.DataStorageException
com.amazonaws.mobileconnectors.cognito.exceptions.DatasetNotFoundException
public class DatasetNotFoundException
This exception is thrown when the dataset that is attempted to access does not exist.
Constructor Summary | |
---|---|
DatasetNotFoundException(java.lang.String detailMessage)
|
|
DatasetNotFoundException(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 |
---|
public DatasetNotFoundException(java.lang.String detailMessage, java.lang.Throwable throwable)
public DatasetNotFoundException(java.lang.String detailMessage)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |