Class LockTableDoesNotExistException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazonaws.services.dynamodbv2.model.LockTableDoesNotExistException
-
- All Implemented Interfaces:
Serializable
public class LockTableDoesNotExistException extends RuntimeException
Exception indicating that the lock table doesn't exist.- Author:
- Peter Daniel 2013-04-16
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockTableDoesNotExistException(String message)LockTableDoesNotExistException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-