java.rmi

Class ServerError

public class ServerError extends RemoteException

Wraps any error thrown while processing the server of a remote call.

Since: 1.1

UNKNOWN: updated to 1.4

Constructor Summary
ServerError(String s, Error e)
Create an exception with a message and a cause.

Constructor Detail

ServerError

public ServerError(String s, Error e)
Create an exception with a message and a cause.

Parameters: s the message e the cause