Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.tinkerpop.gremlin.structure.util.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException extends RuntimeException
An exception thrown by providers when calls to AbstractTransaction.doCommit() or AbstractTransaction.doRollback() fail. This exception will be propagated to users on calls to Transaction.commit() or Transaction.rollback().
Author:
Stephen Mallette (http://stephen.genoprime.com)
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(String message)
    • TransactionException

      public TransactionException(Throwable cause)
    • TransactionException

      public TransactionException(String message, Throwable cause)