Class TransactionFinishedException

All Implemented Interfaces:
Serializable

public class TransactionFinishedException extends InvalidServiceUsageException
This exception indicates that a transaction is accessed that has already been finished.
Author:
Ulrich Kreher
See Also:
  • Constructor Details

    • TransactionFinishedException

      public TransactionFinishedException()
      Creates a new exception indicating that a transaction is accessed that has already been finished.
    • TransactionFinishedException

      public TransactionFinishedException(String msg)
      Creates a new exception indicating that a transaction is accessed that has already been finished.
      Parameters:
      msg - A message providing more detailed information.