public class PersistDeadlockException extends PersistException
Constructor and Description |
---|
PersistDeadlockException() |
PersistDeadlockException(java.lang.String message) |
PersistDeadlockException(java.lang.String message,
java.lang.Throwable cause) |
PersistDeadlockException(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
protected FetchException |
makeFetchException(java.lang.String message,
java.lang.Throwable cause)
Subclasses can override this to provide a more specialized exception.
|
backoff, getRootCause, makePersistException, toFetchException, toFetchException, toPersistException, toPersistException
public PersistDeadlockException()
public PersistDeadlockException(java.lang.String message)
public PersistDeadlockException(java.lang.String message, java.lang.Throwable cause)
public PersistDeadlockException(java.lang.Throwable cause)
protected FetchException makeFetchException(java.lang.String message, java.lang.Throwable cause)
RepositoryException
makeFetchException
in class RepositoryException
message
- exception message, which may be nullcause
- non-null causeCopyright © 2006-2013 Amazon Technologies, Inc.. All Rights Reserved.