Package com.couchbase.lite.internal
Class CBLInternalException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.couchbase.lite.internal.CBLInternalException
-
- All Implemented Interfaces:
java.io.Serializable
public class CBLInternalException extends java.lang.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, java.lang.String message)
CBLInternalException(int code, java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCode()
-
-
-
Field Detail
-
FAILED_SELECTING_CONFLICTING_REVISION
public static final int FAILED_SELECTING_CONFLICTING_REVISION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CBLInternalException
public CBLInternalException(int code)
-
CBLInternalException
public CBLInternalException(int code, @Nullable java.lang.String message)
-
CBLInternalException
public CBLInternalException(int code, @Nullable java.lang.String message, @Nullable java.lang.Throwable cause)
-
-