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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackException.java25 * $Id: AMAuthCallBackException.java,v 1.2 2008/06/25 05:42:06 qcheng Exp $
35 * The {@link AMAuthCallBackException} is used to specify an exception
42 public class AMAuthCallBackException extends AuthException { class in inherits:AuthException
44 * Creates <code>AMAuthCallBackException</code> object.
48 public AMAuthCallBackException(String errorCode, Object[] args) { method in class:AMAuthCallBackException
53 * Creates <code>AMAuthCallBackException</code> object.
56 public AMAuthCallBackException(String message) { method in class:AMAuthCallBackException
61 * Creates <code>AMAuthCallBackException</code> object.
64 public AMAuthCallBackException(Throwable t) { method in class:AMAuthCallBackException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAMAuthCallBackException.java25 * $Id: AMAuthCallBackException.java,v 1.2 2008/06/25 05:42:06 qcheng Exp $
35 * The {@link AMAuthCallBackException} is used to specify an exception
42 public class AMAuthCallBackException extends AuthException { class in inherits:AuthException
44 * Creates <code>AMAuthCallBackException</code> object.
48 public AMAuthCallBackException(String errorCode, Object[] args) { method in class:AMAuthCallBackException
53 * Creates <code>AMAuthCallBackException</code> object.
56 public AMAuthCallBackException(String message) { method in class:AMAuthCallBackException
61 * Creates <code>AMAuthCallBackException</code> object.
64 public AMAuthCallBackException(Throwable t) { method in class:AMAuthCallBackException

Completed in 31 milliseconds