com.amazonaws.services.dynamodbv2.datamodeling
Class DynamoDBMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.amazonaws.services.dynamodbv2.datamodeling.DynamoDBMappingException
- All Implemented Interfaces:
- java.io.Serializable
Deprecated. These classes have been deprecated, please use the classes in the com.amazonaws.mobileconnectors namespace.
public class DynamoDBMappingException
- extends java.lang.RuntimeException
Generic exception for problems occuring when mapping DynamoDB items to Java
objects or vice versa. Excludes service exceptions.
- 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 |
DynamoDBMappingException
public DynamoDBMappingException()
- Deprecated.
DynamoDBMappingException
public DynamoDBMappingException(java.lang.String message,
java.lang.Throwable cause)
- Deprecated.
DynamoDBMappingException
public DynamoDBMappingException(java.lang.String message)
- Deprecated.
DynamoDBMappingException
public DynamoDBMappingException(java.lang.Throwable cause)
- Deprecated.
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.