KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > rmi > server > ExportException

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
See Also:
Top Examples, Source Code, UnicastRemoteObject, Activatable

public ExportException(String s)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ExportException(String s,
                       Exception ex)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags