com.atomikos.icatch
Class HeurCommitException

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

public class HeurCommitException
extends Exception

Exception signaling heuristic commit.

See Also:
Serialized Form

Field Summary
protected  HeuristicMessage[] msgs_
           
 
Constructor Summary
HeurCommitException(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

HeurCommitException

public HeurCommitException(HeuristicMessage[] msgs)
Method Detail

getHeuristicMessages

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


Copyright © 2012. All Rights Reserved.