类 TransactionException

所有已实现的接口:
ErrorCodeRecordable, Serializable

public class TransactionException extends HORMException
事务异常
作者:
han
另请参阅:
  • 构造器详细资料

    • TransactionException

      public TransactionException()
    • TransactionException

      public TransactionException(String message)
    • TransactionException

      public TransactionException(int code, String message)
    • TransactionException

      public TransactionException(String message, Throwable cause)
    • TransactionException

      public TransactionException(int code, String message, Throwable cause)
    • TransactionException

      public TransactionException(Throwable cause)