Index (Frames) | Index (No Frames) | Package | Package Tree | Tree
java.rmi

Class MarshalException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.rmi.RemoteException
            |
            +--java.rmi.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:Author:

Constructor Summary

MarshalException(java.lang.String s)

Create an exception with a message.
MarshalException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Constructor Details

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: