org.objectweb.jonas_tm
Class HeuristicHazard

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

public class HeuristicHazard
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
HeuristicHazard()
           
HeuristicHazard(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

HeuristicHazard

public HeuristicHazard()

HeuristicHazard

public HeuristicHazard(java.lang.String msg)