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