com.antelmann.db
Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.antelmann.db.DatabaseException
com.antelmann.db.TransactionException
- All Implemented Interfaces:
- Serializable
public class TransactionException
- extends DatabaseException
thrown to indicate that the caller doesn't hold the lock on an active
DBTransaction while trying to access Resources of the associated Database.
Alternatively, this may be thrown if a transaction was set to begin although
it already began.
- Author:
- Holger Antelmann
- See Also:
DBTransaction,
DBClassStore,
Serialized Form
TransactionException
public TransactionException(String msg)
TransactionException
public TransactionException(Throwable cause)
TransactionException
public TransactionException(String msg,
Throwable cause)
(c) Holger Antelmann since 2001- all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads