com.antelmann.mgmt
Class TransactionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.antelmann.mgmt.DatabaseException
com.antelmann.mgmt.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)
(c) 2001-2006 Holger Antelmann - all rights reserved (contact: info@antelmann.com)
see www.antelmann.com/developer for further details and available downloads