com.amazonaws.services.dynamodb.datamodeling
Class DynamoDBMappingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.amazonaws.services.dynamodb.datamodeling.DynamoDBMappingException
All Implemented Interfaces:
Serializable

public class DynamoDBMappingException
extends RuntimeException

Generic exception for problems occuring when mapping DynamoDB items to Java objects or vice versa. Excludes service exceptions.

See Also:
Serialized Form

Constructor Summary
DynamoDBMappingException()
           
DynamoDBMappingException(String message)
           
DynamoDBMappingException(String message, Throwable cause)
           
DynamoDBMappingException(Throwable cause)
           
 
Method Summary
 
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

DynamoDBMappingException

public DynamoDBMappingException()

DynamoDBMappingException

public DynamoDBMappingException(String message,
                                Throwable cause)

DynamoDBMappingException

public DynamoDBMappingException(String message)

DynamoDBMappingException

public DynamoDBMappingException(Throwable cause)


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