Class TransactionException

All Implemented Interfaces:
Serializable

public class TransactionException extends DAOException
An exception thrown when a Transaction error occurs.
Since:
1.0
Version:
1.0
Author:
Luke
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException(Throwable t)
      Creates a new exception from an existing exception.
      Parameters:
      t - the nested exception