Class InvalidCredentialsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidCredentialsException
    extends AuthenticationException
    Throws when there's no user with a given username/password combination.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidCredentialsException​(java.lang.String message)
      for security reasons you should never nest other exceptions here to avoid the possibility of finding out the cause of the problem
    • 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

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidCredentialsException

        public InvalidCredentialsException​(java.lang.String message)
        for security reasons you should never nest other exceptions here to avoid the possibility of finding out the cause of the problem