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
public class AccessTokenNotRestoredException extends IOException
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- Version:
- $Id: AccessTokenNotRestoredException.java 00000 Nov 28, 2019 pnedonosko $
- Author:
- Peter Nedonosko
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AccessTokenNotRestoredException(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 Detail
-
AccessTokenNotRestoredException
public AccessTokenNotRestoredException(String message)
Instantiates a new access token not restored exception.- Parameters:
message- the message
-
-