public class BPlusTreeException extends RuntimeException
| Constructor and Description |
|---|
BPlusTreeException(Exception e) |
BPlusTreeException(String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BPlusTreeException(String message)
public BPlusTreeException(Exception e)
public String getMessage()
getMessage in class ThrowableCopyright © 2017. All rights reserved.