Class GoogleDriveException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.exoplatform.services.cms.clouddrives.CloudDriveException
org.exoplatform.services.cms.clouddrives.CloudProviderException
org.exoplatform.services.cms.clouddrives.gdrive.GoogleDriveException
- All Implemented Interfaces:
Serializable
public class GoogleDriveException
extends org.exoplatform.services.cms.clouddrives.CloudProviderException
Indicates a problem on provider side or communication problem.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionGoogleDriveException(String message) Instantiates a new google drive exception.GoogleDriveException(String message, Throwable cause) Instantiates a new google drive exception.GoogleDriveException(Throwable cause) Instantiates a new google drive exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
GoogleDriveException
Instantiates a new google drive exception.- Parameters:
message- the message
-
GoogleDriveException
Instantiates a new google drive exception.- Parameters:
message- the messagecause- the cause
-
GoogleDriveException
Instantiates a new google drive exception.- Parameters:
cause- the cause
-