info.jedi.net
Class NotInRegistryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--info.jedi.net.JEDIException
                          |
                          +--info.jedi.net.NotInRegistryException

public class NotInRegistryException
extends JEDIException

Thrown when a JEDI remote method call is attempted but the object named in the call is not in the local registry.

See Also:
RMCCall, Remote, LocalRepository, Serialized Form

Fields inherited from class info.jedi.net.JEDIException
detail, detailStackTrace
 
Constructor Summary
NotInRegistryException()
          Constructs a NotInRegistryException
NotInRegistryException(java.lang.String s)
          Constructs a NotInRegistryException with a specified detail message
 
Methods inherited from class info.jedi.net.JEDIException
getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NotInRegistryException

public NotInRegistryException()
Constructs a NotInRegistryException

NotInRegistryException

public NotInRegistryException(java.lang.String s)
Constructs a NotInRegistryException with a specified detail message