com.sas.hls.security.authentication.exception
Class CredentialsIncorrectException
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.CredentialsIncorrectException
- All Implemented Interfaces:
- Serializable
public class CredentialsIncorrectException
- extends CredentialsException
Thrown if an authentication request is rejected because the presented credentials are incorrect.
- See Also:
- Serialized Form
CredentialsIncorrectException
public CredentialsIncorrectException(String message)
- Constructs an
CredentialsIncorrectException
with the specified message.
- Parameters:
message
- the detailed message
Copyright (c) 2014, SAS Institute Inc., Cary, NC, USA