com.sas.hls.security.authentication.exception
Class AccountLockedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.hls.common.exception.AbstractCheckedException
com.sas.hls.security.authentication.exception.AuthenticationException
com.sas.hls.security.authentication.exception.AccountException
com.sas.hls.security.authentication.exception.AccountLockedException
- All Implemented Interfaces:
- Serializable
public class AccountLockedException
- extends AccountException
Thrown if an authentication request is rejected because the account is in a locked state. The account cannot be used
until an administrator unlocks the account.
- See Also:
- Serialized Form
AccountLockedException
public AccountLockedException(String message)
- Constructs an
AccountLockedException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA