java.rmi

Class ServerException

public class ServerException extends RemoteException

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

Since: 1.1

UNKNOWN: updated to 1.4

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

Constructor Detail

ServerException

public ServerException(String s)
Create an exception with a message.

Parameters: s the message

ServerException

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

Parameters: s the message e the cause