Searched refs:URLNotFoundException (Results 1 - 13 of 13) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DURLNotFoundException.java25 * $Id: URLNotFoundException.java,v 1.2 2008/06/25 05:41:39 qcheng Exp $
32 * A <code>URLNotFoundException</code> is thrown if the Naming Service can not
36 public class URLNotFoundException extends Exception { class in inherits:Exception
43 * Constructs an instance of the <code>URLNotFoundException</code> class.
49 public URLNotFoundException(String msg) { method in class:URLNotFoundException
55 * Constructs an instance of the <code>URLNotFoundException</code> class.
61 public URLNotFoundException(Throwable t) { method in class:URLNotFoundException
H A DWebtopNaming.java293 * @throws URLNotFoundException if the Naming Service can not
297 String host, String port, String uri) throws URLNotFoundException {
311 * @throws URLNotFoundException if the Naming Service can not
315 throws URLNotFoundException {
333 * @throws URLNotFoundException if the Naming Service can not
342 ) throws URLNotFoundException {
348 throw new URLNotFoundException(ex.getMessage());
358 ) throws URLNotFoundException {
364 throw new URLNotFoundException(e.getMessage());
383 * @throws URLNotFoundException i
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DURLNotFoundException.java25 * $Id: URLNotFoundException.java,v 1.2 2008/06/25 05:41:39 qcheng Exp $
32 * A <code>URLNotFoundException</code> is thrown if the Naming Service can not
36 public class URLNotFoundException extends Exception { class in inherits:Exception
43 * Constructs an instance of the <code>URLNotFoundException</code> class.
49 public URLNotFoundException(String msg) { method in class:URLNotFoundException
55 * Constructs an instance of the <code>URLNotFoundException</code> class.
61 public URLNotFoundException(Throwable t) { method in class:URLNotFoundException
H A DWebtopNaming.java297 * @throws URLNotFoundException if the Naming Service can not
301 String host, String port, String uri) throws URLNotFoundException {
315 * @throws URLNotFoundException if the Naming Service can not
319 throws URLNotFoundException {
337 * @throws URLNotFoundException if the Naming Service can not
346 ) throws URLNotFoundException {
352 throw new URLNotFoundException(ex.getMessage());
362 ) throws URLNotFoundException {
368 throw new URLNotFoundException(e.getMessage());
381 * @throws URLNotFoundException
[all...]
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java38 import com.iplanet.services.naming.URLNotFoundException;
340 } catch (URLNotFoundException ex) {
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DSessionServerConfig.java38 import com.iplanet.services.naming.URLNotFoundException;
348 } catch (URLNotFoundException ex) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java48 import com.iplanet.services.naming.URLNotFoundException;
314 } catch (URLNotFoundException unfe) {
316 "RemoteHandler.getLogHostURL(): URLNotFoundException: ", unfe);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/handlers/
H A DRemoteHandler.java50 import com.iplanet.services.naming.URLNotFoundException;
316 } catch (URLNotFoundException unfe) {
318 "RemoteHandler.getLogHostURL(): URLNotFoundException: ", unfe);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyProperties.java43 import com.iplanet.services.naming.URLNotFoundException;
262 } catch(URLNotFoundException e) {
H A DResourceResultCache.java43 import com.iplanet.services.naming.URLNotFoundException;
1203 } catch (URLNotFoundException ue) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DPolicyProperties.java43 import com.iplanet.services.naming.URLNotFoundException;
262 } catch(URLNotFoundException e) {
H A DResourceResultCache.java45 import com.iplanet.services.naming.URLNotFoundException;
1212 } catch (URLNotFoundException ue) {
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfiguration.java48 import com.iplanet.services.naming.URLNotFoundException;
653 } catch (URLNotFoundException ue) {

Completed in 68 milliseconds