com.atomikos.icatch
Class HeurHazardException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atomikos.icatch.HeurHazardException
All Implemented Interfaces:
Serializable

public class HeurHazardException
extends Exception

Exception signaling that two-phase commit was not acknowledged by some participants.

See Also:
Serialized Form

Field Summary
protected  HeuristicMessage[] msgs_
           
 
Constructor Summary
HeurHazardException(HeuristicMessage[] msgs)
           
 
Method Summary
 HeuristicMessage[] getHeuristicMessages()
           
 
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
 

Field Detail

msgs_

protected HeuristicMessage[] msgs_
Constructor Detail

HeurHazardException

public HeurHazardException(HeuristicMessage[] msgs)
Method Detail

getHeuristicMessages

public HeuristicMessage[] getHeuristicMessages()
Returns:
HeuristicMessage[] The messages, or null if none given.


Copyright © 2012. All Rights Reserved.