com.arjuna.mw.wst.exceptions
Class HeuristicRollbackException

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

public class HeuristicRollbackException
extends java.lang.Exception

Thrown if the participants rolled back when the request was to commit. Can only happen for a participant if it has received a previous prepare message.

Since:
1.0.
Version:
$Id: HeuristicRollbackException.java,v 1.1 2003/02/03 11:01:26 nmcl Exp $
Author:
Mark Little (mark.little@arjuna.com)
See Also:
Serialized Form

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

HeuristicRollbackException

public HeuristicRollbackException()

HeuristicRollbackException

public HeuristicRollbackException(java.lang.String s)