Serialized Form
-
Package com.amilesend.onedrive
-
Exception Class com.amilesend.onedrive.OneDriveException
class OneDriveException extends Exception implements Serializable
-
-
Package com.amilesend.onedrive.connection
-
Exception Class com.amilesend.onedrive.connection.OneDriveConnectionException
class OneDriveConnectionException extends RuntimeException implements Serializable -
Exception Class com.amilesend.onedrive.connection.RequestException
class RequestException extends OneDriveConnectionException implements Serializable -
Exception Class com.amilesend.onedrive.connection.ResponseException
class ResponseException extends OneDriveConnectionException implements Serializable -
Exception Class com.amilesend.onedrive.connection.ResponseParseException
class ResponseParseException extends ResponseException implements Serializable -
Exception Class com.amilesend.onedrive.connection.ThrottledException
class ThrottledException extends RequestException implements Serializable-
Serialized Fields
-
retryAfterSeconds
Long retryAfterSeconds
The time in seconds that the request can be retried. Note: This can be null and is optionally provided by the response.
-
-
-
-
Package com.amilesend.onedrive.connection.auth
-
Exception Class com.amilesend.onedrive.connection.auth.AuthManagerException
class AuthManagerException extends OneDriveConnectionException implements Serializable
-
-
Package com.amilesend.onedrive.connection.auth.oauth
-
Exception Class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverException
class OAuthReceiverException extends Exception implements Serializable
-
-
Package com.amilesend.onedrive.connection.auth.store
-
Exception Class com.amilesend.onedrive.connection.auth.store.AuthInfoStoreException
class AuthInfoStoreException extends Exception implements Serializable
-
-
Package com.amilesend.onedrive.crypto
-
Exception Class com.amilesend.onedrive.crypto.CryptoHelperException
class CryptoHelperException extends Exception implements Serializable -
Exception Class com.amilesend.onedrive.crypto.KeyStoreHelperException
class KeyStoreHelperException extends Exception implements Serializable
-