| org.jpox.jdo.exceptions.TransactionNotActiveException
TransactionNotActiveException | public class TransactionNotActiveException extends JDOUserException (Code) | | An TransactionNotActiveException is thrown if a transaction is not
active and an operation is performed that requires that a transaction be
active (such as committing a transaction).
version: $Revision: 1.2 $ |
TransactionNotActiveException | public TransactionNotActiveException()(Code) | | Constructor.
|
TransactionNotActiveException | public TransactionNotActiveException(String message, Object failedObject)(Code) | | Constructor.
Parameters: message - the localized error message Parameters: failedObject - the failed object |
|
|