ch.odi.jaaspam
Class MaxRetriesException

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 ch.odi.jaaspam.MaxRetriesException
All Implemented Interfaces:
java.io.Serializable

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

One or more of the authentication modules has reached its limit of tries authenticating the user. Do not try again.

Author:
Ortwin Gl?ck
See Also:
Serialized Form

Constructor Summary
MaxRetriesException()
           
MaxRetriesException(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

MaxRetriesException

public MaxRetriesException()

MaxRetriesException

public MaxRetriesException(java.lang.String msg)
Parameters:
msg -


Copyright © 2004-2008 Ortwin Glück. All Rights Reserved.