FileDocCategorySizeDatePackage
TransactionException.javaAPI DocExample602Mon Apr 03 19:25:10 BST 2000com.imaginary.lwp

TransactionException

public class TransactionException extends Exception
The base exception class for all transaction-related problems.
Last modified $Date$
version
$Revision$
author
George Reese (borg@imaginary.com)

Fields Summary
Constructors Summary
public TransactionException()
Empty constructor for serialization and nothing else.

        super();
    
public TransactionException(String rsn)
Constructs a new exception for the specified reason.

param
rsn the reason message for the exception

        super(rsn);
    
Methods Summary