Class TransactionNotYetBegunException

All Implemented Interfaces:
Serializable

public class TransactionNotYetBegunException extends JdbcException implements Serializable
Thrown to indicate that a transaction is not yet begun.
See Also:
  • Constructor Details

    • TransactionNotYetBegunException

      public TransactionNotYetBegunException(Message message, Object... args)