java.rmi.server
Class ExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by java.rmi.server.ExportException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SocketSecurityException

public class ExportException
extends RemoteException

Thrown if an attempt to export a remote object fails.

Since:
1.1
See Also:
UnicastRemoteObject, Activatable, Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
ExportException(String s)
          Create an exception with the specified message.
ExportException(String s, Exception e)
          Create an exception with the specified message and cause.
 
Method Summary
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExportException

public ExportException(String s)
Create an exception with the specified message.

Parameters:
s - the message

ExportException

public ExportException(String s,
                       Exception e)
Create an exception with the specified message and cause.

Parameters:
s - the message
e - the cause