com.arjuna.wst
Class TransactionRolledBackException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.arjuna.wst.TransactionRolledBackException
All Implemented Interfaces:
java.io.Serializable

public class TransactionRolledBackException
extends java.lang.Exception

Thrown if the transaction rolls back rather than commits.

Since:
1.0.
Version:
$Id: TransactionRolledBackException.java,v 1.1 2003/02/03 16:24:46 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
Serialized Form

Constructor Summary
TransactionRolledBackException()
           
TransactionRolledBackException(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

TransactionRolledBackException

public TransactionRolledBackException()

TransactionRolledBackException

public TransactionRolledBackException(java.lang.String s)