Searched defs:AlreadyRegisteredException (Results 1 - 2 of 2) 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
/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

Completed in 191 milliseconds