Class 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:
    Serialized Form
    • Constructor Detail

      • 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