public class InvalidCredentialException extends ConnectorSecurityException
Connector throws this exception if the user entered an
incorrect password.FailedLoginException,
Serialized Form| Constructor and Description |
|---|
InvalidCredentialException() |
InvalidCredentialException(String message) |
InvalidCredentialException(String message,
Throwable ex) |
InvalidCredentialException(Throwable ex) |
rethrow, wrapaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic 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.