fr.jussieu.gla.wasa.monitor.model
Class NoRegisteredNodeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--fr.jussieu.gla.wasa.monitor.model.NoRegisteredNodeException
All Implemented Interfaces:
java.io.Serializable

public class NoRegisteredNodeException
extends java.lang.RuntimeException

Thrown when a node Id was not found.

Version:
$Revision: 1.2 $ $Date: 2002/03/11 17:59:07 $
Author:
Florent Selva, Laurent Caillette
See Also:
Serialized Form

Constructor Summary
NoRegisteredNodeException(java.lang.String type, java.lang.String id)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoRegisteredNodeException

public NoRegisteredNodeException(java.lang.String type,
                                 java.lang.String id)