Class ResetCursorException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.exoplatform.services.cms.clouddrives.CloudDriveException
-
- org.exoplatform.services.cms.clouddrives.CloudProviderException
-
- org.exoplatform.clouddrive.dropbox.DropboxException
-
- org.exoplatform.clouddrive.dropbox.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 Summary
Constructors Constructor Description ResetCursorException(String message)Instantiates a new reset cursor exception.ResetCursorException(String message, Throwable cause)Instantiates a new reset cursor exception.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ResetCursorException
public ResetCursorException(String message)
Instantiates a new reset cursor exception.- Parameters:
message- the message
-
-