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 Details

    • GoogleDriveException

      public GoogleDriveException(String message)
      Instantiates a new google drive exception.
      Parameters:
      message - the message
    • GoogleDriveException

      public GoogleDriveException(String message, Throwable cause)
      Instantiates a new google drive exception.
      Parameters:
      message - the message
      cause - the cause
    • GoogleDriveException

      public GoogleDriveException(Throwable cause)
      Instantiates a new google drive exception.
      Parameters:
      cause - the cause