public class FreePageException
extends java.lang.RuntimeException
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
The serial version UUID
|
| Constructor and Description |
|---|
FreePageException()
Creates a new instance of FreePageException.
|
FreePageException(java.lang.String explanation)
Creates a new instance of FreePageException.
|
FreePageException(java.lang.String explanation,
java.lang.Throwable cause)
Creates a new instance of FreePageException.
|
FreePageException(java.lang.Throwable cause)
Creates a new instance of FreePageException.
|
private static final long serialVersionUID
public FreePageException()
public FreePageException(java.lang.String explanation)
explanation - The message associated with the exceptionpublic FreePageException(java.lang.Throwable cause)
public FreePageException(java.lang.String explanation,
java.lang.Throwable cause)
explanation - The message associated with the exceptioncause - The root cause for this exception