Class TransactionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.palantir.atlasdb.transaction.api.TransactionFailedException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TransactionFailedNonRetriableException
,TransactionFailedRetriableException
public abstract class TransactionFailedException extends RuntimeException
This is a generic exception for all failures thrown from a TransactionCheck
canTransactionBeRetried()
to see if this Exception can be retried.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract boolean
canTransactionBeRetried()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-