Class CredentialsIncorrectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.sas.lsaf.core.AbstractCheckedException
-
- com.sas.lsaf.security.authentication.AuthenticationException
-
- com.sas.lsaf.security.authentication.CredentialsException
-
- com.sas.lsaf.security.authentication.CredentialsIncorrectException
-
- All Implemented Interfaces:
java.io.Serializable
public class CredentialsIncorrectException extends CredentialsException
Thrown when an authentication request is rejected because the credentials are incorrect.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CredentialsIncorrectException(java.lang.String message)
Constructs anCredentialsIncorrectException
with the specified detail message.
-
Method Summary
-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
CredentialsIncorrectException
public CredentialsIncorrectException(java.lang.String message)
Constructs anCredentialsIncorrectException
with the specified detail message.- Parameters:
message
- the detail message (which is saved for later retrieval by theAbstractCheckedException.getMessage()
method).
-
-