com.arjuna.mw.wst.exceptions
Class HeuristicHazardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.arjuna.mw.wst.exceptions.HeuristicHazardException
All Implemented Interfaces:
java.io.Serializable

public class HeuristicHazardException
extends java.lang.Exception

Thrown if the outcome of at least one participant is unknown. Can only happen for a participant if it has received a previous prepare message.

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

HeuristicHazardException

public HeuristicHazardException()

HeuristicHazardException

public HeuristicHazardException(java.lang.String s)