Searched refs:ServerEntryNotFoundException (Results 1 - 25 of 30) sorted by relevance

12

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/
H A DServerEntryNotFoundException.java25 * $Id: ServerEntryNotFoundException.java,v 1.2 2008/06/25 05:41:39 qcheng Exp $
32 * A <code>ServerEntryNotFoundException</code> is thrown if the Naming Service
36 public class ServerEntryNotFoundException extends Exception { class in inherits:Exception
43 * Constructs an instance of the <code>ServerEntryNotFoundException</code>
50 public ServerEntryNotFoundException(String msg) { method in class:ServerEntryNotFoundException
56 * Constructs an instance of the <code>ServerEntryNotFoundException</code>
63 public ServerEntryNotFoundException(Throwable t) { method in class:ServerEntryNotFoundException
H A DWebtopNamingQuery.java40 * @throws ServerEntryNotFoundException If the server was not found in the naming table.
42 public String getServerFromID(String server) throws ServerEntryNotFoundException {
49 * @throws ServerEntryNotFoundException If there was a problem resolving this ID.
51 public String getAMServerID() throws ServerEntryNotFoundException {
H A DWebtopNaming.java253 * @throws ServerEntryNotFoundException if the Naming Service
256 public static String getAMServerID() throws ServerEntryNotFoundException {
593 } catch (ServerEntryNotFoundException e) {
611 * @throws ServerEntryNotFoundException if the Naming Service
619 throws ServerEntryNotFoundException {
636 * @throws ServerEntryNotFoundException if the Naming Service
645 ) throws ServerEntryNotFoundException {
724 throw new ServerEntryNotFoundException(
733 throw new ServerEntryNotFoundException(e);
744 * @throws ServerEntryNotFoundException i
[all...]
H A DNamingTableConfigurationFactory.java62 * @throws ServerEntryNotFoundException TODO
64 public NamingTableConfiguration getConfiguration(Hashtable namingTable) throws MalformedURLException, ServerEntryNotFoundException {
189 throws MalformedURLException, ServerEntryNotFoundException {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/
H A DServerEntryNotFoundException.java25 * $Id: ServerEntryNotFoundException.java,v 1.2 2008/06/25 05:41:39 qcheng Exp $
32 * A <code>ServerEntryNotFoundException</code> is thrown if the Naming Service
36 public class ServerEntryNotFoundException extends Exception { class in inherits:Exception
43 * Constructs an instance of the <code>ServerEntryNotFoundException</code>
50 public ServerEntryNotFoundException(String msg) { method in class:ServerEntryNotFoundException
56 * Constructs an instance of the <code>ServerEntryNotFoundException</code>
63 public ServerEntryNotFoundException(Throwable t) { method in class:ServerEntryNotFoundException
H A DWebtopNamingQuery.java41 * @throws ServerEntryNotFoundException If the server was not found in the naming table.
43 public String getServerFromID(String server) throws ServerEntryNotFoundException {
50 * @throws ServerEntryNotFoundException If there was a problem resolving this ID.
52 public String getAMServerID() throws ServerEntryNotFoundException {
H A DWebtopNaming.java257 * @throws ServerEntryNotFoundException if the Naming Service
260 public static String getAMServerID() throws ServerEntryNotFoundException {
669 } catch (ServerEntryNotFoundException e) {
687 * @throws ServerEntryNotFoundException if the Naming Service
695 throws ServerEntryNotFoundException {
712 * @throws ServerEntryNotFoundException if the Naming Service
721 ) throws ServerEntryNotFoundException {
800 throw new ServerEntryNotFoundException(
809 throw new ServerEntryNotFoundException(e);
820 * @throws ServerEntryNotFoundException i
[all...]
H A DNamingTableConfigurationFactory.java63 * @throws ServerEntryNotFoundException TODO
65 public NamingTableConfiguration getConfiguration(Hashtable namingTable) throws MalformedURLException, ServerEntryNotFoundException {
190 throws MalformedURLException, ServerEntryNotFoundException {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtils.java19 import com.iplanet.services.naming.ServerEntryNotFoundException;
115 } catch (ServerEntryNotFoundException e) {
H A DSessionServerConfig.java37 import com.iplanet.services.naming.ServerEntryNotFoundException;
188 } catch (MalformedURLException | ServerEntryNotFoundException e) {
202 } catch (ServerEntryNotFoundException e) {
316 public String getServerFromID(String serverID) throws ServerEntryNotFoundException {
376 throws ServerEntryNotFoundException {
/forgerock/openam/openam-core/src/main/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtils.java19 import com.iplanet.services.naming.ServerEntryNotFoundException;
115 } catch (ServerEntryNotFoundException e) {
H A DSessionServerConfig.java37 import com.iplanet.services.naming.ServerEntryNotFoundException;
186 } catch (MalformedURLException | ServerEntryNotFoundException e) {
200 } catch (ServerEntryNotFoundException e) {
324 public String getServerFromID(String serverID) throws ServerEntryNotFoundException {
384 throws ServerEntryNotFoundException {
408 } catch (ServerEntryNotFoundException e) {
/forgerock/openam-v13/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtilsTest.java20 import com.iplanet.services.naming.ServerEntryNotFoundException;
96 public void shouldReturnURLsForServersInSite() throws ServerEntryNotFoundException {
111 public void shouldThrowRuntimeExceptionForInvalidURLFormat() throws ServerEntryNotFoundException {
/forgerock/openam/openam-core/src/test/java/com/iplanet/dpro/session/service/
H A DWebtopNamingSiteUtilsTest.java20 import com.iplanet.services.naming.ServerEntryNotFoundException;
96 public void shouldReturnURLsForServersInSite() throws ServerEntryNotFoundException {
111 public void shouldThrowRuntimeExceptionForInvalidURLFormat() throws ServerEntryNotFoundException {
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/session/service/
H A DServicesClusterMonitorHandler.java33 import com.iplanet.services.naming.ServerEntryNotFoundException;
184 } catch (ServerEntryNotFoundException e) {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DExternalLdapConfig.java19 import com.iplanet.services.naming.ServerEntryNotFoundException;
75 } catch (ServerEntryNotFoundException senfe) {
77 debug.warning("ServerEntryNotFoundException, serverId=" + serverId
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/sm/datalayer/impl/ldap/
H A DExternalLdapConfig.java18 import com.iplanet.services.naming.ServerEntryNotFoundException;
75 } catch (ServerEntryNotFoundException senfe) {
77 debug.warning("ServerEntryNotFoundException, serverId=" + serverId
/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/blacklist/
H A DCTSBlacklist.java46 import com.iplanet.services.naming.ServerEntryNotFoundException;
105 } catch (ServerEntryNotFoundException ignored) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java35 import com.iplanet.services.naming.ServerEntryNotFoundException;
483 } catch (ServerEntryNotFoundException senfe) {
485 DEBUG.warning("ServerEntryNotFoundException, hostServerId=" + hostServerId + ", hostSiteId="
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObjectImpl.java37 import com.iplanet.services.naming.ServerEntryNotFoundException;
590 } catch (ServerEntryNotFoundException e) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/idm/common/
H A DIdRepoUtils.java37 import com.iplanet.services.naming.ServerEntryNotFoundException;
492 } catch (ServerEntryNotFoundException senfe) {
494 DEBUG.warning("ServerEntryNotFoundException, hostServerId=" + hostServerId + ", hostSiteId="
/forgerock/openam/openam-core/src/main/java/com/sun/identity/sm/jaxrpc/
H A DSMSJAXRPCObjectImpl.java39 import com.iplanet.services.naming.ServerEntryNotFoundException;
592 } catch (ServerEntryNotFoundException e) {
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java41 import com.iplanet.services.naming.ServerEntryNotFoundException;
460 throws ServerEntryNotFoundException, MalformedURLException {
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/naming/service/
H A DNamingService.java41 import com.iplanet.services.naming.ServerEntryNotFoundException;
463 throws ServerEntryNotFoundException, MalformedURLException {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/idm/server/
H A DIdRepoJAXRPCObjectImpl.java48 import com.iplanet.services.naming.ServerEntryNotFoundException;
776 } catch (ServerEntryNotFoundException e) {

Completed in 1008 milliseconds

12