Class CursorClosedException

    • Field Detail

      • INSTANCE

        public static final CursorClosedException INSTANCE
        A static exception to be used by the monitor
    • Constructor Detail

      • CursorClosedException

        public CursorClosedException()
        Creates a new instance of CursorClosedException.
      • CursorClosedException

        public CursorClosedException​(String message)
        Creates a new instance of CursorClosedException.
        Parameters:
        message - The associated message
      • CursorClosedException

        public CursorClosedException​(String message,
                                     Throwable cause)
        Creates a new instance of CursorClosedException.
        Parameters:
        message - The associated message
        cause - The original cause