Class java.rmi.StubNotFoundException
All Packages Class Hierarchy This Package Previous Next Index
Class java.rmi.StubNotFoundException
Object
|
+----Throwable
|
+----Exception
|
+----IOException
|
+----RemoteException
|
+----java.rmi.StubNotFoundException
- public class StubNotFoundException
- extends RemoteException
-
java.rmi.StubNotFoundException(String)
- Create a new StubNotFoundException with a descriptive string.
-
java.rmi.StubNotFoundException(String, Exception)
- Create a new StubNotFoundException with a descriptive string and an exception.
StubNotFoundException
public StubNotFoundException(String s)
- Create a new StubNotFoundException with a descriptive string.
StubNotFoundException
public StubNotFoundException(String s,
Exception ex)
- Create a new StubNotFoundException with a descriptive string and an exception.
All Packages Class Hierarchy This Package Previous Next Index