DataGenerationException
class DataGenerationException(message: String? = null, cause: Throwable? = null) : Exception(source)
Thrown if a random datum could not be generated.
Parameters
message
the detail message
cause
the cause