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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthException.java25 * $Id: AuthException.java,v 1.3 2008/06/25 05:42:04 qcheng Exp $
36 * An AuthException is thrown when anything goes wrong for authentication
38 public class AuthException extends L10NMessageImpl { class in inherits:L10NMessageImpl
47 public AuthException(String errorCode, Object[] args) { method in class:AuthException
56 public AuthException(String message) { method in class:AuthException
65 public AuthException(Throwable t) { method in class:AuthException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/service/
H A DAuthException.java25 * $Id: AuthException.java,v 1.3 2008/06/25 05:42:04 qcheng Exp $
36 * An AuthException is thrown when anything goes wrong for authentication
38 public class AuthException extends L10NMessageImpl { class in inherits:L10NMessageImpl
47 public AuthException(String errorCode, Object[] args) { method in class:AuthException
56 public AuthException(String message) { method in class:AuthException
65 public AuthException(Throwable t) { method in class:AuthException

Completed in 46 milliseconds