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