org.objectweb.jonas_tm
Class HeuristicMixed

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--org.objectweb.jonas_tm.HeuristicMixed
All Implemented Interfaces:
java.io.Serializable

public class HeuristicMixed
extends java.rmi.RemoteException

This exception is thrown to report that a heuristic decision was made and that some relevant updates have been committed and others have been rolled back.

Author:
Philippe Durieux
See Also:
Serialized Form

Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
HeuristicMixed()
           
HeuristicMixed(java.lang.String msg)
           
 
Methods inherited from class java.rmi.RemoteException
getMessage, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

HeuristicMixed

public HeuristicMixed()

HeuristicMixed

public HeuristicMixed(java.lang.String msg)