Class IncompatibleTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazonaws.AmazonClientException
-
- com.amazonaws.services.dynamodbv2.document.IncompatibleTypeException
-
- All Implemented Interfaces:
Serializable
public class IncompatibleTypeException extends AmazonClientException
Thrown upon incompatible type during data conversion.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IncompatibleTypeException(String message)
-
Method Summary
-
Methods inherited from class com.amazonaws.AmazonClientException
isRetryable
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IncompatibleTypeException
public IncompatibleTypeException(String message)
-
-