TransactionExceptionpublic class TransactionException extends Exception The base exception class for all transaction-related problems.
Last modified $Date$ |
Constructors Summary |
---|
public TransactionException()Empty constructor for serialization and nothing else.
super();
| public TransactionException(String rsn)Constructs a new exception for the specified reason.
super(rsn);
|
|