java.rmi

Class UnmarshalException

public class UnmarshalException extends RemoteException

Thrown if an exception occurs while unmarshalling parameters or results of a remote method call. This includes:

Since: 1.1

UNKNOWN: updated to 1.4

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

Constructor Detail

UnmarshalException

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

Parameters: s the message

UnmarshalException

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

Parameters: s the message e the cause