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