FileDocCategorySizeDatePackage
TransactionException.javaAPI DocHibernate 3.2.5473Thu Jun 03 11:31:32 BST 2004org.hibernate

TransactionException

public class TransactionException extends HibernateException
Indicates that a transaction could not be begun, committed or rolled back.
see
Transaction
author
Anton van Straaten

Fields Summary
Constructors Summary
public TransactionException(String message, Exception root)

		super(message,root);
	
public TransactionException(String message)

		super(message);
	
Methods Summary