Class LockNotGrantedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.amazonaws.services.dynamodbv2.model.LockNotGrantedException
-
- All Implemented Interfaces:
Serializable
public class LockNotGrantedException extends RuntimeException
Thrown to indicate that a caller was not granted a lock that it requested.- Author:
- Sasha Slutsker
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LockNotGrantedException()LockNotGrantedException(String message)LockNotGrantedException(String message, Throwable exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-