Class 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 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
                                    String message)
      • CBLInternalException

        public CBLInternalException​(int code,
                                    @Nullable
                                    String message,
                                    @Nullable
                                    Throwable cause)
    • Method Detail

      • getCode

        public int getCode()