com.atomikos.datasource
Class HeuristicException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.atomikos.icatch.SysException
                  extended by com.atomikos.datasource.ResourceException
                      extended by com.atomikos.datasource.HeuristicException
All Implemented Interfaces:
Serializable

public class HeuristicException
extends ResourceException

See Also:
Serialized Form

Field Summary
protected  HeuristicMessage[] myMsgs
           
 
Constructor Summary
HeuristicException(HeuristicMessage[] msgs)
           
HeuristicException(String msg)
           
 
Method Summary
 HeuristicMessage[] getHeuristicMessages()
           
 
Methods inherited from class com.atomikos.icatch.SysException
getErrors, getStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

myMsgs

protected HeuristicMessage[] myMsgs
Constructor Detail

HeuristicException

public HeuristicException(String msg)

HeuristicException

public HeuristicException(HeuristicMessage[] msgs)
Method Detail

getHeuristicMessages

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


Copyright © 2012. All Rights Reserved.