|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--info.jedi.net.JEDIException | +--info.jedi.net.NotInRegistryException
Thrown when a JEDI remote method call is attempted but the object named in the call is not in the local registry.
RMCCall
,
Remote
,
LocalRepository
, Serialized FormFields 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 |
public NotInRegistryException()
public NotInRegistryException(java.lang.String s)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |