java.rmi
public class ServerRuntimeException extends RemoteException
Deprecated: no replacement
Wraps any runtime exception thrown while processing the server of a remote call. Note, this exception is no longer used.Since: 1.1
UNKNOWN: updated to 1.4
Constructor Summary | |
---|---|
ServerRuntimeException(String s, Exception e)
Create an exception with a message and a cause.
|
Deprecated: no longer needed
Create an exception with a message and a cause.Parameters: s the message e the cause