Class UnsupportedSaslMechanismException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedSaslMechanismException
    extends AuthenticationException
    This exception indicates that the SASL mechanism requested by the client is not enabled on the broker.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedSaslMechanismException

        public UnsupportedSaslMechanismException​(String message)
      • UnsupportedSaslMechanismException

        public UnsupportedSaslMechanismException​(String message,
                                                 Throwable cause)