Class IllegalSaslStateException

  • All Implemented Interfaces:
    Serializable

    public class IllegalSaslStateException
    extends AuthenticationException
    This exception indicates unexpected requests prior to SASL authentication. This could be due to misconfigured security, e.g. if PLAINTEXT protocol is used to connect to a SASL endpoint.
    See Also:
    Serialized Form
    • Constructor Detail

      • IllegalSaslStateException

        public IllegalSaslStateException​(String message)
      • IllegalSaslStateException

        public IllegalSaslStateException​(String message,
                                         Throwable cause)