com.atomikos.icatch
Class HeurRollbackException

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

public class HeurRollbackException
extends Exception

A heuristic extension supporting messages.

See Also:
Serialized Form

Field Summary
protected  HeuristicMessage[] msgs_
           
 
Constructor Summary
HeurRollbackException(HeuristicMessage[] msgs)
          Constructor.
 
Method Summary
 HeuristicMessage[] getHeuristicMessages()
          Get any heuristic messages.
 
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

HeurRollbackException

public HeurRollbackException(HeuristicMessage[] msgs)
Constructor.

Parameters:
msgs - an array of heuristic messages, or null if none.
Method Detail

getHeuristicMessages

public HeuristicMessage[] getHeuristicMessages()
Get any heuristic messages.

Returns:
HeuristicMessage[] A list of messages, or null if none.


Copyright © 2011. All Rights Reserved.