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

Class ExportException

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


public class ExportException

extends RemoteException

Thrown if an attempt to export a remote object fails.

Since:Author:See Also:

Constructor Summary

ExportException(java.lang.String s)

Create an exception with the specified message.
ExportException(java.lang.String s, java.lang.Exception e)

Create an exception with the specified message and cause.

Constructor Details

ExportException

public ExportException(java.lang.String s)

Create an exception with the specified message.

Parameters:


ExportException

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

Create an exception with the specified message and cause.

Parameters: