com.sas.hls.security.authentication.exception
Class AccountException
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
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AccountDeactivatedException, AccountExpiredException, AccountLockedException, AccountNotFoundException
public abstract class AccountException
- extends AuthenticationException
Abstract superclass for all account related authentication exceptions.
- See Also:
- Serialized Form
Constructor Summary |
AccountException(String message)
Constructs an AccountException with the specified message. |
AccountException
public AccountException(String message)
- Constructs an
AccountException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA