java.rmi

Class UnexpectedException

public class UnexpectedException extends RemoteException

Thrown if an unexpected checked exception was received in a remote procedure call.

Since: 1.1

UNKNOWN: updated to 1.4

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

Constructor Detail

UnexpectedException

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

Parameters: s the message

UnexpectedException

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

Parameters: s the message e the cause