com.arjuna.mw.wst.exceptions
Class HeuristicCommitException

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

public class HeuristicCommitException
extends java.lang.Exception

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

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

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

HeuristicCommitException

public HeuristicCommitException()

HeuristicCommitException

public HeuristicCommitException(java.lang.String s)