public class RandomGeneratorException
extends java.lang.RuntimeException
| Modifier and Type | Method and Description |
|---|---|
static RandomGeneratorException |
getInstance(java.lang.String message)
Construct an Exception with message.
|
static RandomGeneratorException |
getInstance(java.lang.String message,
java.lang.Throwable cause)
Construct an Exception with message and cause.
|
public static RandomGeneratorException getInstance(java.lang.String message)
message - The description of the exception.public static RandomGeneratorException getInstance(java.lang.String message, java.lang.Throwable cause)
message - The description of the exception.cause - The cause of the exception.Copyright © 2010-2015. All Rights Reserved.