Class TransactionUnknownException

All Implemented Interfaces:
Serializable

public class TransactionUnknownException extends InvalidServiceUsageException
This exception indicates that an object tries to access a transaction but has not started one.
Author:
Ulrich Kreher
See Also:
  • Constructor Details

    • TransactionUnknownException

      public TransactionUnknownException()
      Creates a new exception indicating that an object tries to access a transaction but has not started one.
    • TransactionUnknownException

      public TransactionUnknownException(String msg)
      Creates a new exception indicating that an object tries to access a transaction but has not started one.
      Parameters:
      msg - A message providing more detailed information.