Class AuthenticationException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IllegalSaslStateException, SaslAuthenticationException, SslAuthenticationException, UnsupportedSaslMechanismException

public class AuthenticationException
extends ApiException
This exception indicates that SASL authentication has failed. On authentication failure, clients abort the operation requested and raise one of the subclasses of this exception:
See Also:
Serialized Form
  • Constructor Details

    • AuthenticationException

      public AuthenticationException​(String message)
    • AuthenticationException

      public AuthenticationException​(Throwable cause)
    • AuthenticationException

      public AuthenticationException​(String message, Throwable cause)