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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthErrorCodeException.java22 public class AuthErrorCodeException extends MessageLoginException { class in inherits:MessageLoginException
27 * Constructs a new <code>AuthErrorCodeException</code>.
33 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode) { method in class:AuthErrorCodeException
38 * Constructs a new <code>AuthErrorCodeException</code>.
45 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode, Object[] args) { method in class:AuthErrorCodeException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DAuthErrorCodeException.java22 public class AuthErrorCodeException extends MessageLoginException { class in inherits:MessageLoginException
27 * Constructs a new <code>AuthErrorCodeException</code>.
33 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode) { method in class:AuthErrorCodeException
38 * Constructs a new <code>AuthErrorCodeException</code>.
45 public AuthErrorCodeException(String authErrorCode, String rbName, String messageCode, Object[] args) { method in class:AuthErrorCodeException

Completed in 40 milliseconds