|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--org.garret.jipc.JIPCException | +--org.garret.jipc.JIPCNotFoundException
Exception thrown when requested primitive is not found at server
Constructor Summary | |
JIPCNotFoundException()
|
|
JIPCNotFoundException(java.lang.String name)
Get name of the primitive which can not be found |
Method Summary | |
java.lang.String |
getName()
|
int |
getResponseCode()
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public JIPCNotFoundException()
public JIPCNotFoundException(java.lang.String name)
Method Detail |
public java.lang.String getName()
public int getResponseCode()
getResponseCode
in class JIPCException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |