Open
Description
Juan-Carlos Segovia (Migrated from SEC-3012) said:
protected Remote lookupStub() RemoteException message is:
throw new RemoteLookupFailureException("Lookup of RMI stub failed", ex);
The message can be improved by adding:
throw new RemoteLookupFailureException("Lookup of RMI service [" + getServiceUrl() + "] stub failed", ex);
So the user can have a better idea about the error.