Class AccessTokenNotRestoredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.exoplatform.services.cms.clouddrives.gdrive.AccessTokenNotRestoredException
- All Implemented Interfaces:
Serializable
Indicates that Google client was unable to aquire or restore access token and need an user action to reconnect the drive.
Created by The eXo Platform SAS
Created by The eXo Platform SAS
- Version:
- $Id: AccessTokenNotRestoredException.java 00000 Nov 28, 2019 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessTokenNotRestoredException(String message) Instantiates a new access token not restored 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
-
AccessTokenNotRestoredException
Instantiates a new access token not restored exception.- Parameters:
message- the message
-