net.sf.jguard.core.authentication
Class AuthenticationContinueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.security.GeneralSecurityException
              extended by javax.security.auth.login.LoginException
                  extended by net.sf.jguard.core.authentication.AuthenticationContinueException
All Implemented Interfaces:
java.io.Serializable

public class AuthenticationContinueException
extends javax.security.auth.login.LoginException

AuthenticationException is a special LoginException subclass used to identifies that authentication is not yet complete, and need another turnaround/exchange between client and server.

Since:
1.1
Author:
Charles Gay
See Also:
LoginException, Serialized Form

Constructor Summary
AuthenticationContinueException()
           
AuthenticationContinueException(java.lang.String msg)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthenticationContinueException

public AuthenticationContinueException()

AuthenticationContinueException

public AuthenticationContinueException(java.lang.String msg)


Copyright © 2004-2009. All Rights Reserved.