com.hardcode.gdbms.engine.data
Class OutOfTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.hardcode.gdbms.engine.data.OutOfTransactionException
All Implemented Interfaces:
java.io.Serializable

public class OutOfTransactionException
extends java.lang.RuntimeException

thrown when attempting to write data in a DataSource without a previous call to beginTrans or after finishing the transaction by calling commitTrans or rollBackTrans

See Also:
Serialized Form

Constructor Summary
OutOfTransactionException(java.lang.String msg)
           
 
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

OutOfTransactionException

public OutOfTransactionException(java.lang.String msg)


Copyright © 2005-2006 . All Rights Reserved.