Package org.hibernate

Class TransactionException

    • Constructor Detail

      • TransactionException

        public TransactionException​(String message,
                                    Throwable cause)
        Constructs a TransactionException using the specified information.
        Parameters:
        message - The message explaining the exception condition
        cause - The underlying cause
      • TransactionException

        public TransactionException​(String message)
        Constructs a TransactionException using the specified information.
        Parameters:
        message - The message explaining the exception condition