org.n52.security.authentication
Class AccountLockedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.n52.security.authentication.AuthenticationException
                  extended by org.n52.security.authentication.AccountLockedException
All Implemented Interfaces:
java.io.Serializable

public class AccountLockedException
extends AuthenticationException

Class AccountLockedException is thrown if the users account is locked.

A account is in locked state, if the account exists, but every try to login is blocked independed of the users credentials. A account can reach the log state e.g. if the a user enters 3 times the wrong credentials, but this depends on system settings.

Version:
$Revision: $
Author:
Marko Reiprecht Created on 18.07.2008
See Also:
Serialized Form

Constructor Summary
AccountLockedException(java.lang.String msg)
          Constructor creates a new instance.
AccountLockedException(java.lang.String msg, java.lang.Throwable reason)
          Constructor creates a new 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

AccountLockedException

public AccountLockedException(java.lang.String msg)
Constructor creates a new instance.

Parameters:
msg - the msg.

AccountLockedException

public AccountLockedException(java.lang.String msg,
                              java.lang.Throwable reason)
Constructor creates a new instance.

Parameters:
msg - the msg.
reason - the backed reason.


Copyright © 2004-2009 52north.org. All Rights Reserved.