java.rmi
Class MarshalException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.io.IOException
|
+--java.rmi.RemoteException
|
+--java.rmi.MarshalException
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:Author:MarshalException
public MarshalException(java.lang.String s)
Create an exception with a message.
Parameters:
MarshalException
public MarshalException(java.lang.String s, java.lang.Exception e)
Create an exception with a message and a cause.
Parameters: