Exception BlobstoreInputStream.BlobstoreIOException (2.0.0)

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
NameDescription
messageString

BlobstoreIOException(String message, Throwable cause)

public BlobstoreIOException(String message, Throwable cause)

Constructs a BlobstoreIOException with the specified detail message and cause.

Parameters
NameDescription
messageString
causeThrowable