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