|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
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 | +--java.lang.RuntimeException | +--nu.dll.lyskom.RpcFailure
Represents a failed RPC call.
Note: although this call is a RuntimeException now, this might
change in the future to enforce more strict error handling of RPC calls.
Method Summary | |
int |
getError()
Returns the error code returned by the server. |
int |
getErrorStatus()
Returns the error status returned by the server. |
java.lang.Throwable |
getException()
|
java.lang.String |
getMessage()
Returns a string containing the error code and status. |
nu.dll.lyskom.RpcReply |
getReply()
Returns the RpcReply object representing the actual RPC reply. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.lang.Throwable getException()
public nu.dll.lyskom.RpcReply getReply()
public int getError()
public int getErrorStatus()
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
|
Copyright © Rasmus Sten and contributors, 1997-2004 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |