Class IllegalSaslStateException

  • All Implemented Interfaces:
    java.io.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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, 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

      • IllegalSaslStateException

        public IllegalSaslStateException​(java.lang.String message)
      • IllegalSaslStateException

        public IllegalSaslStateException​(java.lang.String message,
                                         java.lang.Throwable cause)