Class TransactionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibatis.sqlmap.engine.transaction.TransactionException
All Implemented Interfaces:
Serializable

public class TransactionException extends Exception
The Class TransactionException.
See Also:
  • Constructor Details

    • TransactionException

      public TransactionException()
      Instantiates a new transaction exception.
    • TransactionException

      public TransactionException(String msg)
      Instantiates a new transaction exception.
      Parameters:
      msg - the msg
    • TransactionException

      public TransactionException(Throwable cause)
      Instantiates a new transaction exception.
      Parameters:
      cause - the cause
    • TransactionException

      public TransactionException(String msg, Throwable cause)
      Instantiates a new transaction exception.
      Parameters:
      msg - the msg
      cause - the cause