I don't have those errors anymore

public String execute() throws MalformedURLException, RemoteException, NotBoundException {

        try {

            messageStore = new MessageStore() ;
        }

        catch (MalformedURLException e) {
            System.out.println(" " + e );
        }
        catch (RemoteException e) {
            System.out.println(" " + e );
        }
        catch (NotBoundException e) {
            System.out.println(" " + e );
        }
        return SUCCESS;

    }

    public MessageStore getMessageStore() {
        return messageStore;
    }
}



On 26/01/2020 23:20, Dave Newton wrote:

Hi,

--
Backbutton.co.uk
¯\_(ツ)_/¯
♡۶Java♡۶RMI ♡۶
Make Use Method {MUM}
makeuse.org
{MUM}opensuse.org

Reply via email to