Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.server_api
Class MaxLoginException

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 oracle.iam.rm.server_api.MaxLoginException

All Implemented Interfaces:
java.io.Serializable

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

An exception thrown by the AuthenticationManager to express that the user exceeded the maximum number of login attempts and has been locked out

See Also:
Serialized Form

Constructor Summary
MaxLoginException(java.lang.String msg)
          Constructs an MaxLoginException instance.

 

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

MaxLoginException

public MaxLoginException(java.lang.String msg)
Constructs an MaxLoginException instance.
Parameters:
msg - String representing error message

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.