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

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMException.java25 * $Id: AMException.java,v 1.7 2009/01/28 05:34:47 ww203982 Exp $
41 * The <code>AMException</code> is thrown whenever an error is is encountered
47 public class AMException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
64 * Constructs a new <code>AMException</code> with detailed message.
72 public AMException(String msg, String errorCode) { method in class:AMException
81 public AMException(SSOToken token, String errorCode) { method in class:AMException
88 * Constructs a new <code>AMException</code> with detailed message.
98 public AMException(String msg, String errorCode, UMSException ue) { method in class:AMException
103 * Constructs a new <code>AMException</code> with detailed message.
114 public AMException(SSOToke method in class:AMException
143 public AMException(String msg, String errorCode, Object[] args) { method in class:AMException
163 public AMException(String msg, String errorCode, Object args[], method in class:AMException
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMException.java25 * $Id: AMException.java,v 1.7 2009/01/28 05:34:47 ww203982 Exp $
41 * The <code>AMException</code> is thrown whenever an error is is encountered
47 public class AMException extends Exception implements L10NMessage { class in inherits:Exception,L10NMessage
64 * Constructs a new <code>AMException</code> with detailed message.
72 public AMException(String msg, String errorCode) { method in class:AMException
81 public AMException(SSOToken token, String errorCode) { method in class:AMException
88 * Constructs a new <code>AMException</code> with detailed message.
98 public AMException(String msg, String errorCode, UMSException ue) { method in class:AMException
103 * Constructs a new <code>AMException</code> with detailed message.
114 public AMException(SSOToke method in class:AMException
143 public AMException(String msg, String errorCode, Object[] args) { method in class:AMException
163 public AMException(String msg, String errorCode, Object args[], method in class:AMException
[all...]

Completed in 44 milliseconds