Package org.uncommons.maths.random
Class SeedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.uncommons.maths.random.SeedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SeedException extends java.lang.Exception
Exception thrown bySeedGenerator
implementations when they are unable to generate a new seed for an RNG.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SeedException(java.lang.String message)
SeedException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Constructor Detail
-
SeedException
public SeedException(java.lang.String message)
- Parameters:
message
- Details of the problem.
-
SeedException
public SeedException(java.lang.String message, java.lang.Throwable cause)
- Parameters:
message
- Details of the problem.cause
- The root cause of the problem.
-
-