Class SeedException

    • Constructor Detail

      • SeedException

        public SeedException​(String message)

        Constructor for SeedException.

        Parameters:
        message - Details of the problem.
      • SeedException

        public SeedException​(String message,
                             Throwable cause)

        Constructor for SeedException.

        Parameters:
        message - Details of the problem.
        cause - The root cause of the problem.