java.rmi

Class MarshalException

public class MarshalException extends RemoteException

Thrown if an exception occurs while marshalling data to send in a remote call. The call may not be retransmitted, if the "at most once" semantics are to be preserved.

Since: 1.1

UNKNOWN: updated to 1.4

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

Constructor Detail

MarshalException

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

Parameters: s the message

MarshalException

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

Parameters: s the message e the cause