| org.apache.ojb.broker.OJBRuntimeException org.apache.ojb.broker.PersistenceBrokerException org.apache.ojb.broker.TransactionNotInProgressException
TransactionNotInProgressException | public class TransactionNotInProgressException extends PersistenceBrokerException (Code) | | Is created when an action was tried that requires a transaction, and there was no
transaction in progress.
author: Thomas Mahler version: $Id: TransactionNotInProgressException.java,v 1.6.2.1 2005/12/21 22:22:07 tomdz Exp $ |
TransactionNotInProgressException | public TransactionNotInProgressException()(Code) | | Creates a new exception instance.
|
TransactionNotInProgressException | public TransactionNotInProgressException(String msg)(Code) | | Creates a new exception instance.
Parameters: msg - The exception message |
TransactionNotInProgressException | public TransactionNotInProgressException(Throwable cause)(Code) | | Creates a new exception instance.
Parameters: cause - The base exception |
TransactionNotInProgressException | public TransactionNotInProgressException(String msg, Throwable cause)(Code) | | Creates a new exception instance.
Parameters: msg - The exception message Parameters: cause - The base exception |
|
|