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

An exception signaling that the transaction's work has been rolled back heuristically.

See Also:
Serialized Form

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

HeurRollbackException

public HeurRollbackException(HeuristicMessage[] msgs)
Method Detail

getHeuristicMessages

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


Copyright © 2012. All Rights Reserved.