com.arjuna.ats.jts.exceptions
Class TxError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by com.arjuna.ats.jts.exceptions.TxError
All Implemented Interfaces:
Serializable

public class TxError
extends 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(String s)
           
 
Method Summary
 
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(String s)


Copyright © 2011. All Rights Reserved.