public class DBException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
DBException.ChecksumBroken |
static class |
DBException.ClassNotFound |
static class |
DBException.DataCorruption |
static class |
DBException.EngineCompactUncommited |
static class |
DBException.EngineGetVoid |
static class |
DBException.FileDeleteFailed |
static class |
DBException.FileLocked
Some other process (possibly DB) holds exclusive lock over this file, so it can not be opened
|
static class |
DBException.HeadChecksumBroken |
static class |
DBException.Interrupted |
static class |
DBException.OutOfMemory |
static class |
DBException.PointerChecksumBroken |
static class |
DBException.PumpSourceDuplicate |
static class |
DBException.PumpSourceNotSorted |
static class |
DBException.UnknownSerializer |
static class |
DBException.VolumeClosed |
static class |
DBException.VolumeClosedByInterrupt |
static class |
DBException.VolumeEOF |
static class |
DBException.VolumeIOError |
static class |
DBException.VolumeMaxSizeExceeded |
static class |
DBException.WrongConfig |
| Constructor and Description |
|---|
DBException() |
DBException(String message) |
DBException(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2015. All Rights Reserved.