Class InvalidConfException

    • Constructor Detail

      • InvalidConfException

        public InvalidConfException​(String message)
        Creates a new InvalidConfException instance.
        Parameters:
        message - the error message.
      • InvalidConfException

        public InvalidConfException​(String message,
                                    Throwable cause)
        Creates a new InvalidConfException instance.
        Parameters:
        message - the error message.