java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.rmi.RemoteException | +--java.rmi.ServerRuntimeException
A
ServerRuntimeException 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.RuntimeException.
A ServerRuntimeException is not thrown from servers executing
in the Java 2 SDK v1.2 or later versions.
| Fields inherited from class java.rmi.RemoteException |
detail |
| Constructor Summary | |
ServerRuntimeException
copy-> new ServerRuntimeException(, )copy-> <ServerRuntimeException var> = new ServerRuntimeException(<String s>, <Exception ex>);
|
|
| 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 |