com.sas.hls.security.authentication.exception
Class AccountNotFoundException
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.AccountNotFoundException
- All Implemented Interfaces:
- Serializable
public class AccountNotFoundException
- extends AccountException
Thrown if an authentication request is rejected because the account does not exist within the system.
- See Also:
- Serialized Form
AccountNotFoundException
public AccountNotFoundException(String message)
- Constructs an
AccountNotFoundException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA