Represents an Exception resulting from an operation on a StorageReference.
| @interface | StorageException.ErrorCode | An StorageException.ErrorCode indicates the source of a failed StorageTask or operation. |
|
| static StorageException |
fromErrorStatus(Status status)
|
| static StorageException |
fromException(Throwable exception)
|
| static StorageException |
fromExceptionAndHttpCode(Throwable exception, int httpResultCode)
|
| synchronized Throwable |
getCause()
Returns the cause of this
Throwable, or null if there is no cause. |
| int | |
| int | |
| boolean | |
| String |
getMessage()
Returns the detail message which was provided when this
Throwable was created. |
| status |
|---|
| exception |
|---|
| exception | |
|---|---|
| httpResultCode |
Returns the cause of this Throwable, or null if there is no cause.
Returns the detail message which was provided when this Throwable was created. Returns
null if no message was provided at creation time.