com.arjuna.mw.wst.exceptions
Class HeuristicMixedException

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

public class HeuristicMixedException
extends java.lang.Exception

Thrown if some of the participants commit while others rollback. Can only happen for a participant if it has received a previous prepare message.

Since:
1.0.
Version:
$Id: HeuristicMixedException.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
HeuristicMixedException()
           
HeuristicMixedException(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

HeuristicMixedException

public HeuristicMixedException()

HeuristicMixedException

public HeuristicMixedException(java.lang.String s)