public static final class BlobstoreInputStream.BlobstoreIOException
extends java.io.IOException
IOException that indicates that there was a problem
interacting with Blobstore.| Constructor and Description |
|---|
BlobstoreIOException(java.lang.String message)
Constructs a
BlobstoreIOException with the specified detail
message. |
BlobstoreIOException(java.lang.String message,
java.lang.Throwable cause)
Constructs a
BlobstoreIOException with the specified detail
message and cause. |
public BlobstoreIOException(java.lang.String message)
BlobstoreIOException with the specified detail
message.public BlobstoreIOException(java.lang.String message,
java.lang.Throwable cause)
BlobstoreIOException with the specified detail
message and cause.