Class ResetCursorException

  • All Implemented Interfaces:
    Serializable

    public class ResetCursorException
    extends DropboxException
    Indicates that the cursor has been invalidated. Call list_folder to obtain a new cursor.
    Version:
    $Id: ResetCursorException.java 00000 Apr 10, 2018 pnedonosko $
    Author:
    Peter Nedonosko
    See Also:
    Serialized Form
    • Constructor Detail

      • ResetCursorException

        public ResetCursorException​(String message)
        Instantiates a new reset cursor exception.
        Parameters:
        message - the message
      • ResetCursorException

        public ResetCursorException​(String message,
                                    Throwable cause)
        Instantiates a new reset cursor exception.
        Parameters:
        message - the message
        cause - the cause