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:
  • Constructor Details

    • IllegalSaslStateException

      public IllegalSaslStateException(String message)
    • IllegalSaslStateException

      public IllegalSaslStateException(String message, Throwable cause)