程序包 org.hibernate

类 TransactionException

  • 所有已实现的接口:
    Serializable

    public class TransactionException
    extends HibernateException
    Indicates that a transaction could not be begun, committed or rolled back.
    作者:
    Anton van Straaten
    另请参阅:
    序列化表格
    • 构造器详细资料

      • TransactionException

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

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