Class UnknownUserException

  • All Implemented Interfaces:
    Serializable

    public class UnknownUserException
    extends AuthException
    An authentication exception that is thrown when credentials are presented for an unknown user.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownUserException

        public UnknownUserException()
      • UnknownUserException

        public UnknownUserException​(String msg)
      • UnknownUserException

        public UnknownUserException​(Throwable ex)
      • UnknownUserException

        public UnknownUserException​(String msg,
                                    Throwable ex)