Searched defs:AMEntryExistsException (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntryExistsException.java25 * $Id: AMEntryExistsException.java,v 1.4 2008/06/25 05:41:20 qcheng Exp $
35 * This <code>AMEntryExistsException</code> is a specific typed exception used
46 public class AMEntryExistsException extends AMException { class in inherits:AMException
49 * Constructs a new <code>AMEntryExistsException</code> with detailed
58 public AMEntryExistsException(String msg, String errorCode) { method in class:AMEntryExistsException
71 public AMEntryExistsException(SSOToken token, String errorCode) { method in class:AMEntryExistsException
86 public AMEntryExistsException( method in class:AMEntryExistsException
102 public AMEntryExistsException(SSOToken token, String errorCode, method in class:AMEntryExistsException
118 public AMEntryExistsException(String msg, String errorCode, Object args[]) { method in class:AMEntryExistsException
135 public AMEntryExistsException(Strin method in class:AMEntryExistsException
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMEntryExistsException.java25 * $Id: AMEntryExistsException.java,v 1.4 2008/06/25 05:41:20 qcheng Exp $
35 * This <code>AMEntryExistsException</code> is a specific typed exception used
46 public class AMEntryExistsException extends AMException { class in inherits:AMException
49 * Constructs a new <code>AMEntryExistsException</code> with detailed
58 public AMEntryExistsException(String msg, String errorCode) { method in class:AMEntryExistsException
71 public AMEntryExistsException(SSOToken token, String errorCode) { method in class:AMEntryExistsException
86 public AMEntryExistsException( method in class:AMEntryExistsException
102 public AMEntryExistsException(SSOToken token, String errorCode, method in class:AMEntryExistsException
118 public AMEntryExistsException(String msg, String errorCode, Object args[]) { method in class:AMEntryExistsException
135 public AMEntryExistsException(Strin method in class:AMEntryExistsException
[all...]

Completed in 20 milliseconds