com.sas.hls.security.authentication.exception
Class CredentialsExpiredException
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.CredentialsException
com.sas.hls.security.authentication.exception.CredentialsExpiredException
- All Implemented Interfaces:
- Serializable
public class CredentialsExpiredException
- extends CredentialsException
Thrown if an authentication request is rejected because the account's credentials have expired. The account cannot be
used until the user changes their password or an administrator resets the password.
- See Also:
- Serialized Form
CredentialsExpiredException
public CredentialsExpiredException(String message)
- Constructs an
CredentialsExpiredException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2016, SAS Institute Inc., Cary, NC, USA