Class java.rmi.StubNotFoundException (1.1)


public class StubNotFoundException extends RemoteException {
  // Public Constructors
    public StubNotFoundException(String s);
    public StubNotFoundException(String s, Exception ex);
}