com.atomikos.icatch
Class HeurRollbackException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
msgs_
protected HeuristicMessage[] msgs_
HeurRollbackException
public HeurRollbackException(HeuristicMessage[] msgs)
getHeuristicMessages
public HeuristicMessage[] getHeuristicMessages()
- Returns:
- HeuristicMessage[] The list of messages describing the work, or null if none.
Copyright © 2012. All Rights Reserved.