|
J2ME RMI Profile | |||||||||
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 | +--java.rmi.RemoteException | +--java.rmi.ServerError
A ServerError
is thrown as a result of a remote method call
if the execution of the remote method on the server machine throws a
java.lang.Error
. The ServerError
contains
a nested exception which is the java.lang.Error
that
occurred during remote method execution.
Fields inherited from class java.rmi.RemoteException |
detail |
Constructor Summary | |
ServerError(java.lang.String s,
java.lang.Error err)
Constructs a ServerError with the specified
detail message and nested error. |
Methods inherited from class java.rmi.RemoteException |
getMessage,
printStackTrace,
printStackTrace,
printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public ServerError(java.lang.String s, java.lang.Error err)
ServerError
with the specified
detail message and nested error.s
- the detail messageerr
- the nested error
|
J2ME RMI Profile | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |