Class ChannelBindingException

All Implemented Interfaces:
Serializable

public class ChannelBindingException extends MechanismNegotiationException
Signals that an error occurred during the negotiation, validation, or enforcement of SASL SCRAM Channel Binding.

This exception typically indicates a mismatch between the client's configured ChannelBindingPolicy and the server's advertised mechanisms, or a failure in processing cryptographic channel binding data (e.g., TLS server endpoint data).

Since:
3.3
See Also:
  • Field Details

  • Constructor Details

    • ChannelBindingException

      public ChannelBindingException(String detail)
      Constructs a new ChannelBindingException with the specified detail message.
      Parameters:
      detail - the detail message explaining the cause of the negotiation failure.