com.ibatis.sqlmap.engine.transaction
Class TransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibatis.common.exception.NestedException
              extended bycom.ibatis.sqlmap.engine.transaction.TransactionException
All Implemented Interfaces:
java.io.Serializable

public class TransactionException
extends NestedException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibatis.common.exception.NestedException
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
TransactionException()
           
TransactionException(java.lang.String msg)
           
TransactionException(java.lang.String msg, java.lang.Throwable cause)
           
TransactionException(java.lang.Throwable cause)
           
 
Methods inherited from class com.ibatis.common.exception.NestedException
getCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TransactionException

public TransactionException()

TransactionException

public TransactionException(java.lang.String msg)

TransactionException

public TransactionException(java.lang.Throwable cause)

TransactionException

public TransactionException(java.lang.String msg,
                            java.lang.Throwable cause)