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
-
UnknownServiceException(String)
- Create a new UnknownServiceException with a description.
-
UnknownServiceException(String, Exception)
- Create a new UnknownServiceException with a description and detail exception.
UnknownServiceException
public UnknownServiceException(String s)
- Create a new UnknownServiceException with a description.
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