public class TransactionFailureException extends TransactionalException
| Constructor and Description |
|---|
TransactionFailureException(HeuristicMixedException cause) |
TransactionFailureException(HeuristicRollbackException cause) |
TransactionFailureException(RollbackException cause) |
TransactionFailureException(RuntimeException cause) |
TransactionFailureException(SystemException cause) |
| Modifier and Type | Method and Description |
|---|---|
RuntimeException |
unBoxedForCommit() |
RuntimeException |
unBoxedForRollback() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TransactionFailureException(HeuristicMixedException cause)
public TransactionFailureException(HeuristicRollbackException cause)
public TransactionFailureException(RollbackException cause)
public TransactionFailureException(SystemException cause)
public TransactionFailureException(RuntimeException cause)
public RuntimeException unBoxedForCommit() throws RollbackException, HeuristicMixedException, HeuristicRollbackException, SystemException
public RuntimeException unBoxedForRollback() throws SystemException
SystemExceptionCopyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.