FailedToCreatePortalUrl
Thrown if an attempt to create a Portal URL met with an unexpected failure.
151152153154155156157158159
return url; } catch (Exception e) { e.printStackTrace(); throw new FailedToCreatePortalUrlException("Error invoking createURL() method. " + "There is more than likely a problem invoking urlClass " + urlClassName); } }