org.mapdb
Class TxRollbackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.mapdb.TxRollbackException
All Implemented Interfaces:
Serializable

public class TxRollbackException
extends RuntimeException

Exception thrown when transaction is rolled back.

Author:
Jan Kotek
See Also:
Serialized Form

Constructor Summary
TxRollbackException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TxRollbackException

public TxRollbackException()


Copyright © 2014. All Rights Reserved.