Class MissingCredentialsException

  • All Implemented Interfaces:
    Serializable

    public class MissingCredentialsException
    extends AuthException
    An authentication exception that is thrown when the credentials are not present. This indicates that the AuthBackend has none of the needed information in the request to perform authentication. If parts of the authentication information are available to the backend, then a different AuthException should be used.
    See Also:
    Serialized Form
    • Constructor Detail

      • MissingCredentialsException

        public MissingCredentialsException()
      • MissingCredentialsException

        public MissingCredentialsException​(String msg)
      • MissingCredentialsException

        public MissingCredentialsException​(Throwable ex)
      • MissingCredentialsException

        public MissingCredentialsException​(String msg,
                                           Throwable ex)