Class 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
    • 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
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • 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)
    • Method Detail

      • getCode

        public int getCode()