Class SeedException

    • Constructor Detail

      • SeedException

        public SeedException​(String message)
        Parameters:
        message - Details of the problem.
      • SeedException

        public SeedException​(String message,
                             Throwable cause)
        Parameters:
        message - Details of the problem.
        cause - The root cause of the problem.