Class SaslSystemException

    • Constructor Detail

      • SaslSystemException

        public SaslSystemException​(boolean permanent)
        Creates an exception indicating a system error.
        Parameters:
        permanent - true if the error is permanent and requires (manual) intervention.
      • SaslSystemException

        public SaslSystemException​(boolean permanent,
                                   String detail)
        Creates an exception indicating a system error with a detail message.
        Parameters:
        permanent - true if the error is permanent and requires (manual) intervention.
        detail - A message providing details about the cause of the problem.
    • Method Detail

      • isPermanent

        public final boolean isPermanent()
        Checks if the condition that caused this exception is of a permanent nature.
        Returns:
        true if the error condition is permanent.