com.arjuna.wst
Class TransactionRolledBackException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arjuna.wst.TransactionRolledBackException
All Implemented Interfaces:
Serializable

public class TransactionRolledBackException
extends 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(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

TransactionRolledBackException

public TransactionRolledBackException()

TransactionRolledBackException

public TransactionRolledBackException(String s)


Copyright © 2012. All Rights Reserved.