Class SeedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.uncommons.maths.random.SeedException
All Implemented Interfaces:
Serializable

public class SeedException extends Exception
Exception thrown by SeedGenerator implementations when they are unable to generate a new seed for an RNG.
See Also:
  • Constructor Details

    • 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.