Class ClientConnectionSecuritySaslException

    • Constructor Detail

      • ClientConnectionSecuritySaslException

        public ClientConnectionSecuritySaslException​(String message)
        Create a new instance of the connection SASL security exception
        Parameters:
        message - The message that describes the error.
      • ClientConnectionSecuritySaslException

        public ClientConnectionSecuritySaslException​(String message,
                                                     Throwable cause)
        Create a new instance of the connection SASL security exception
        Parameters:
        message - The message that describes the error.
        cause - The exception that initiated this error.
      • ClientConnectionSecuritySaslException

        public ClientConnectionSecuritySaslException​(String message,
                                                     boolean temporary)
        Create a new instance of the connection SASL security exception
        Parameters:
        message - The message that describes the error.
        temporary - Boolean that indicates if the error is a temporary (true) or permanent error (false).
      • ClientConnectionSecuritySaslException

        public ClientConnectionSecuritySaslException​(String message,
                                                     boolean temporary,
                                                     Throwable cause)
        Create a new instance of the connection SASL security exception
        Parameters:
        message - The message that describes the error.
        temporary - Boolean that indicates if the error is a temporary (true) or permanent error (false).
        cause - The exception that initiated this error.
    • Method Detail

      • isSysTempFailure

        public boolean isSysTempFailure()
        Returns:
        true if the error is temporary and reconnection may be possible.