Searched defs:AuthenticationException (Results 1 - 9 of 9) sorted by relevance

/forgerock/opendj2/src/server/org/opends/server/admin/client/
H A DAuthenticationException.java42 public class AuthenticationException extends AdminSecurityException { class in inherits:AdminSecurityException
54 public AuthenticationException() { method in class:AuthenticationException
67 public AuthenticationException(Throwable cause) { method in class:AuthenticationException
81 public AuthenticationException(Message message, Throwable cause) { method in class:AuthenticationException
93 public AuthenticationException(Message message) { method in class:AuthenticationException
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/client/
H A DAuthenticationException.java43 public class AuthenticationException extends AdminSecurityException { class in inherits:AdminSecurityException
55 public AuthenticationException() { method in class:AuthenticationException
68 public AuthenticationException(Throwable cause) { method in class:AuthenticationException
82 public AuthenticationException(Message message, Throwable cause) { method in class:AuthenticationException
94 public AuthenticationException(Message message) { method in class:AuthenticationException
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/client/
H A DAuthenticationException.java43 public class AuthenticationException extends AdminSecurityException { class in inherits:AdminSecurityException
55 public AuthenticationException() { method in class:AuthenticationException
68 public AuthenticationException(Throwable cause) { method in class:AuthenticationException
82 public AuthenticationException(Message message, Throwable cause) { method in class:AuthenticationException
94 public AuthenticationException(Message message) { method in class:AuthenticationException
/forgerock/opendj2-hg/src/server/org/opends/server/admin/client/
H A DAuthenticationException.java42 public class AuthenticationException extends AdminSecurityException { class in inherits:AdminSecurityException
54 public AuthenticationException() { method in class:AuthenticationException
67 public AuthenticationException(Throwable cause) { method in class:AuthenticationException
81 public AuthenticationException(Message message, Throwable cause) { method in class:AuthenticationException
93 public AuthenticationException(Message message) { method in class:AuthenticationException
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/client/
H A DAuthenticationException.java43 public class AuthenticationException extends AdminSecurityException { class in inherits:AdminSecurityException
55 public AuthenticationException() { method in class:AuthenticationException
68 public AuthenticationException(Throwable cause) { method in class:AuthenticationException
82 public AuthenticationException(Message message, Throwable cause) { method in class:AuthenticationException
94 public AuthenticationException(Message message) { method in class:AuthenticationException
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthenticationException.java25 * $Id: AuthenticationException.java,v 1.3 2008/06/25 05:42:06 qcheng Exp $
35 * <code>AuthenticationException</code> class is for handling Exception that
41 public class AuthenticationException extends L10NMessageImpl { class in inherits:L10NMessageImpl
43 * Creates <code>AuthenticationException</code> object with given message.
47 public AuthenticationException(String msg) { method in class:AuthenticationException
52 * Creates <code>AuthenticationException</code> with the message from
60 public AuthenticationException( method in class:AuthenticationException
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/client/
H A DAuthenticationException.java43 public class AuthenticationException extends AdminSecurityException { class in inherits:AdminSecurityException
55 public AuthenticationException() { method in class:AuthenticationException
68 public AuthenticationException(Throwable cause) { method in class:AuthenticationException
82 public AuthenticationException(LocalizableMessage message, Throwable cause) { method in class:AuthenticationException
94 public AuthenticationException(LocalizableMessage message) { method in class:AuthenticationException
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/client/
H A DAuthenticationException.java38 public class AuthenticationException extends AdminSecurityException { class in inherits:AdminSecurityException
48 public AuthenticationException() { method in class:AuthenticationException
58 public AuthenticationException(Throwable cause) { method in class:AuthenticationException
70 public AuthenticationException(LocalizableMessage message, Throwable cause) { method in class:AuthenticationException
80 public AuthenticationException(LocalizableMessage message) { method in class:AuthenticationException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthenticationException.java25 * $Id: AuthenticationException.java,v 1.3 2008/06/25 05:42:06 qcheng Exp $
35 * <code>AuthenticationException</code> class is for handling Exception that
41 public class AuthenticationException extends L10NMessageImpl { class in inherits:L10NMessageImpl
43 * Creates <code>AuthenticationException</code> object with given message.
47 public AuthenticationException(String msg) { method in class:AuthenticationException
52 * Creates <code>AuthenticationException</code> with the message from
60 public AuthenticationException( method in class:AuthenticationException

Completed in 81 milliseconds