Class java.rmi.UnknownServiceException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.rmi.UnknownServiceException

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

public class UnknownServiceException
extends RemoteException

Constructor Index

 o UnknownServiceException(String)
Create a new UnknownServiceException with a description.
 o UnknownServiceException(String, Exception)
Create a new UnknownServiceException with a description and detail exception.

Constructors

 o UnknownServiceException
  public UnknownServiceException(String s)
Create a new UnknownServiceException with a description.
 o UnknownServiceException
  public UnknownServiceException(String s,
                                 Exception ex)
Create a new UnknownServiceException with a description and detail exception.

All Packages  Class Hierarchy  This Package  Previous  Next  Index