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