public static final class DynamoDBMapper.BatchGetItemException extends SdkClientException
| Constructor and Description | 
|---|
BatchGetItemException(String message,
                     Map<String,KeysAndAttributes> unprocessedKeys,
                     Map<String,List<Object>> responses)  | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,List<Object>> | 
getResponses()
Returns a map of the loaded objects. 
 | 
Map<String,KeysAndAttributes> | 
getUnprocessedKeys()
Returns a map of tables and their respective keys that were not processed during the operation.. 
 | 
isRetryableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Map<String,KeysAndAttributes> getUnprocessedKeys()
public Map<String,List<Object>> getResponses()