com.ibatis.db.jta
Class JtaTransactionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibatis.common.exception.NestedException
              extended by com.ibatis.db.jta.JtaTransactionException
All Implemented Interfaces:
java.io.Serializable

public class JtaTransactionException
extends NestedException

User: clinton_begin Date: Jul 17, 2003 Time: 9:36:02 AM

See Also:
Serialized Form

Constructor Summary
JtaTransactionException()
           
JtaTransactionException(java.lang.String msg)
           
JtaTransactionException(java.lang.String msg, java.lang.Throwable cause)
           
JtaTransactionException(java.lang.Throwable cause)
           
 
Method Summary
 
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

JtaTransactionException

public JtaTransactionException()

JtaTransactionException

public JtaTransactionException(java.lang.String msg)

JtaTransactionException

public JtaTransactionException(java.lang.Throwable cause)

JtaTransactionException

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