Searched refs:AlreadyRegisteredException (Results 1 - 7 of 7) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DAlreadyRegisteredException.java25 * $Id: AlreadyRegisteredException.java,v 1.2 2008/06/25 05:41:33 qcheng Exp $
35 * AlreadyRegisteredException is thrown.
40 public class AlreadyRegisteredException extends Exception { class in inherits:Exception
47 * Constructs an instance of the <code>AlreadyRegisteredException</code>
54 public AlreadyRegisteredException(String msg) { method in class:AlreadyRegisteredException
60 * Constructs an instance of the <code>AlreadyRegisteredException</code>
67 public AlreadyRegisteredException(Throwable t) { method in class:AlreadyRegisteredException
H A DPLLClient.java302 NotificationHandler handler) throws AlreadyRegisteredException {
304 throw new AlreadyRegisteredException(PLLBundle
/forgerock/openam/openam-core/src/main/java/com/iplanet/services/comm/client/
H A DAlreadyRegisteredException.java25 * $Id: AlreadyRegisteredException.java,v 1.2 2008/06/25 05:41:33 qcheng Exp $
35 * AlreadyRegisteredException is thrown.
40 public class AlreadyRegisteredException extends Exception { class in inherits:Exception
47 * Constructs an instance of the <code>AlreadyRegisteredException</code>
54 public AlreadyRegisteredException(String msg) { method in class:AlreadyRegisteredException
60 * Constructs an instance of the <code>AlreadyRegisteredException</code>
67 public AlreadyRegisteredException(Throwable t) { method in class:AlreadyRegisteredException
H A DPLLClient.java302 NotificationHandler handler) throws AlreadyRegisteredException {
304 throw new AlreadyRegisteredException(PLLBundle
/forgerock/jee-agents-v3.5/jee-agents-sdk/src/main/java/com/sun/identity/agents/arch/
H A DAgentConfiguration.java46 import com.iplanet.services.comm.client.AlreadyRegisteredException;
839 } catch (AlreadyRegisteredException arex) {
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java37 import com.iplanet.services.comm.client.AlreadyRegisteredException;
1159 } catch (AlreadyRegisteredException ae) {
1163 + "AlreadyRegisteredException", ae);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/client/
H A DResourceResultCache.java39 import com.iplanet.services.comm.client.AlreadyRegisteredException;
1168 } catch (AlreadyRegisteredException ae) {
1172 + "AlreadyRegisteredException", ae);

Completed in 60 milliseconds