Package com.couchbase.lite.internal
Class CBLInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.couchbase.lite.internal.CBLInternalException
-
- All Implemented Interfaces:
Serializable
public class CBLInternalException extends Exception
Exceptions within the binding code. This class is not part of the API. It should be used only for exceptions that are resolved within the bindings code.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
FAILED_SELECTING_CONFLICTING_REVISION
-
Constructor Summary
Constructors Constructor Description CBLInternalException(int code)
CBLInternalException(int code, String message)
CBLInternalException(int code, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
FAILED_SELECTING_CONFLICTING_REVISION
public static final int FAILED_SELECTING_CONFLICTING_REVISION
- See Also:
- Constant Field Values
-
-