FileDocCategorySizeDatePackage
TransactionRolledbackException.javaAPI DocGlassfish v2 API2511Fri May 04 22:35:24 BST 2007javax.transaction

TransactionRolledbackException

public class TransactionRolledbackException extends RemoteException
This exception indicates that the transaction associated with processing of the request has been rolled back, or it has been marked to roll back. Thus the requested operation either could not be performed or was not performed because further computation on behalf of the transaction would be fruitless.

Fields Summary
Constructors Summary
public TransactionRolledbackException()

		super();
	
public TransactionRolledbackException(String msg)

		super(msg);
	
Methods Summary