Class InvalidCredentialException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.identityconnectors.framework.common.exceptions.ConnectorException
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException
org.identityconnectors.framework.common.exceptions.InvalidCredentialException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidPasswordException
,UnknownUidException
InvalidCredentialException signals that user authentication failed.
This exception is thrown by Connector if authentication failed. For example,
a Connector
throws this exception if the user entered an
incorrect password.
- See Also:
-
Constructor Summary
ConstructorDescriptionInvalidCredentialException
(String message) InvalidCredentialException
(String message, Throwable ex) -
Method Summary
Methods inherited from class org.identityconnectors.framework.common.exceptions.ConnectorException
rethrow, wrap
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidCredentialException
public InvalidCredentialException()- See Also:
-
InvalidCredentialException
- See Also:
-
InvalidCredentialException
- See Also:
-
InvalidCredentialException
- See Also:
-