Class BatchWriteException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.core.NestedRuntimeException
-
- org.springframework.dao.DataAccessException
-
- org.socialsignin.spring.data.dynamodb.exception.BatchWriteException
-
- All Implemented Interfaces:
java.io.Serializable
public class BatchWriteException extends org.springframework.dao.DataAccessException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BatchWriteException(java.lang.String msg, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getMessage, getMostSpecificCause, getRootCause
-
-