Class DropboxException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ResetCursorException
public class DropboxException extends org.exoplatform.services.cms.clouddrives.CloudProviderExceptionIndicates a problem on provider side or communication problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DropboxException(String message)Instantiates a new dropbox exception.DropboxException(String message, Throwable cause)Instantiates a new dropbox exception.DropboxException(Throwable cause)Instantiates a new dropbox 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
-
DropboxException
public DropboxException(String message)
Instantiates a new dropbox exception.- Parameters:
message- the message
-
DropboxException
public DropboxException(String message, Throwable cause)
Instantiates a new dropbox exception.- Parameters:
message- the messagecause- the cause
-
DropboxException
public DropboxException(Throwable cause)
Instantiates a new dropbox exception.- Parameters:
cause- the cause
-
-