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.CloudProviderExceptionIndicates a problem on provider side or communication problem.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GoogleDriveException(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 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 messagecause- the cause
-
GoogleDriveException
public GoogleDriveException(Throwable cause)
Instantiates a new google drive exception.- Parameters:
cause- the cause
-
-