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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DLoginTimeOutException.java25 * $Id: LoginTimeOutException.java,v 1.2 2008/06/25 05:42:06 qcheng Exp $
36 public class LoginTimeOutException extends AuthLoginException { class in inherits:AuthLoginException
38 * Creates <code>LoginTimeOutException</code> object.
43 public LoginTimeOutException(String rbName, String errCode, Object[] args) { method in class:LoginTimeOutException
51 public LoginTimeOutException(String message) { method in class:LoginTimeOutException
59 public LoginTimeOutException(Throwable t) { method in class:LoginTimeOutException
/forgerock/openam/openam-core/src/main/java/com/sun/identity/authentication/spi/
H A DLoginTimeOutException.java25 * $Id: LoginTimeOutException.java,v 1.2 2008/06/25 05:42:06 qcheng Exp $
36 public class LoginTimeOutException extends AuthLoginException { class in inherits:AuthLoginException
38 * Creates <code>LoginTimeOutException</code> object.
43 public LoginTimeOutException(String rbName, String errCode, Object[] args) { method in class:LoginTimeOutException
51 public LoginTimeOutException(String message) { method in class:LoginTimeOutException
59 public LoginTimeOutException(Throwable t) { method in class:LoginTimeOutException

Completed in 39 milliseconds