public class CBLInternalException extends Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
FAILED_SELECTING_CONFLICTING_REVISION |
| Constructor and Description |
|---|
CBLInternalException(int code) |
CBLInternalException(int code,
String message) |
CBLInternalException(int code,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int FAILED_SELECTING_CONFLICTING_REVISION
public CBLInternalException(int code)
public CBLInternalException(int code,
String message)