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