public class InvalidCredentialException extends ConnectorSecurityException
This exception is thrown by Connector if authentication failed. For example,
a Connector
throws this exception if the user entered an
incorrect password.
FailedLoginException
,
Serialized FormConstructor and Description |
---|
InvalidCredentialException() |
InvalidCredentialException(String message) |
InvalidCredentialException(String message,
Throwable ex) |
InvalidCredentialException(Throwable ex) |
rethrow, wrap
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public InvalidCredentialException()
ConnectorException()
public InvalidCredentialException(String message)
ConnectorException(String)
public InvalidCredentialException(Throwable ex)
ConnectorException(Throwable)
public InvalidCredentialException(String message, Throwable ex)
ConnectorException(String, Throwable)
Copyright © 2018–2025. All rights reserved.