public final class StorageException extends BaseServiceException
BaseServiceException.ErrorUNKNOWN_CODE| Constructor and Description |
|---|
StorageException(com.google.api.client.googleapis.json.GoogleJsonError error) |
StorageException(int code,
String message) |
StorageException(int code,
String message,
Throwable cause) |
StorageException(IOException exception) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<BaseServiceException.Error> |
retryableErrors() |
code, debugInfo, equals, hashCode, idempotent, isRetryable, isRetryable, location, reason, retryable, translateAndPropagateIfPossibleaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StorageException(int code,
String message)
public StorageException(IOException exception)
public StorageException(com.google.api.client.googleapis.json.GoogleJsonError error)
protected Set<BaseServiceException.Error> retryableErrors()
retryableErrors in class BaseServiceExceptionCopyright © 2016 Google. All rights reserved.