Class InvalidCredentialException

  • All Implemented Interfaces:
    java.io.Serializable
    Direct Known Subclasses:
    InvalidPasswordException, UnknownUidException

    public class InvalidCredentialException
    extends ConnectorSecurityException
    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:
    FailedLoginException, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait