Class TransactionUnknownException

    • Constructor Detail

      • 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.