org.objectweb.jonas_tm
Class HeuristicRollback

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

public class HeuristicRollback
extends java.rmi.RemoteException

This exception comes from the OTS specification.

Author:
Philippe Durieux
See Also:
Serialized Form

Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
HeuristicRollback()
           
HeuristicRollback(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

HeuristicRollback

public HeuristicRollback()

HeuristicRollback

public HeuristicRollback(java.lang.String msg)