com.arjuna.ats.jts.exceptions
Class TxError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Error
          extended bycom.arjuna.ats.jts.exceptions.TxError
All Implemented Interfaces:
java.io.Serializable

public class TxError
extends java.lang.Error

Error that may be thrown during transaction processing.

Since:
JTS 2.0.
Version:
$Id: TxError.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark_little@hp.com)
See Also:
Serialized Form

Constructor Summary
TxError()
           
TxError(java.lang.String s)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TxError

public TxError()

TxError

public TxError(java.lang.String s)