com.sas.hls.security.authentication.exception
Class AccountDeactivatedException
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.AccountDeactivatedException
- All Implemented Interfaces:
- Serializable
public class AccountDeactivatedException
- extends AccountException
Thrown if an authentication request is rejected because the account is in a deactivated state. The account cannot be
used until an administrator re-activates the account.
- See Also:
- Serialized Form
AccountDeactivatedException
public AccountDeactivatedException(String message)
- Constructs an
AccountDeactivatedException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA