|
|||||||||
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.JEDITargetException
Thrown when a remote method called by JEDI throws an exception
Proxy
,
RMCCall
,
RMCHandler
, Serialized FormFields inherited from class info.jedi.net.JEDIException |
detail,
detailStackTrace |
Constructor Summary | |
JEDITargetException()
Constructs a JEDITargetException |
|
JEDITargetException(java.lang.String s)
Constructs a JEDITargetException with a specified detail message |
|
JEDITargetException(java.lang.String s,
java.lang.Throwable t)
Constructs a JEDITargetException with a specified detail message and a particular nested exception |
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 JEDITargetException()
public JEDITargetException(java.lang.String s)
public JEDITargetException(java.lang.String s, java.lang.Throwable t)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |