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

Class UnmarshalException

java.lang.Object
|
+--java.lang.Throwable
   |
   +--java.lang.Exception
      |
      +--java.io.IOException
         |
         +--java.rmi.RemoteException
            |
            +--java.rmi.UnmarshalException


public class UnmarshalException

extends RemoteException

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

Since:Author:

Constructor Summary

UnmarshalException(java.lang.String s)

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

Create an exception with a message and a cause.

Constructor Details

UnmarshalException

public UnmarshalException(java.lang.String s)

Create an exception with a message.

Parameters:


UnmarshalException

public UnmarshalException(java.lang.String s, java.lang.Exception e)

Create an exception with a message and a cause.

Parameters: