MalformedEndpointException
5556575859606162
} // the recipient is stored in the path of the URL if (uri.getPath().length() == 0) { throw new MalformedEndpointException(XmppMessages.noRecipientInUri(), uri.toString()); } }
5657585960616263
rewriteURI(new URI(newUri)); } } catch (URISyntaxException e) { throw new MalformedEndpointException(e); } }