public static final class BlobstoreInputStream.BlobstoreIOException extends IOException
A subclass of IOException that indicates that there was a problem interacting with Blobstore.
Constructors
BlobstoreIOException(String message)
public BlobstoreIOException(String message)
Constructs a BlobstoreIOException
with the specified detail
message.
Parameter | |
---|---|
Name | Description |
message |
String |
BlobstoreIOException(String message, Throwable cause)
public BlobstoreIOException(String message, Throwable cause)
Constructs a BlobstoreIOException
with the specified detail
message and cause.
Parameters | |
---|---|
Name | Description |
message |
String |
cause |
Throwable |