com.ibatis.db.jta
Class JtaTransactionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.ibatis.common.exception.NestedException
              extended bycom.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

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

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)