Exception BlobstoreInputStream.ClosedStreamException (2.0.0)

public static final class BlobstoreInputStream.ClosedStreamException extends IOException

A subclass of IOException that indicates operations on a stream after it is closed.

Constructors

ClosedStreamException(String message)

public ClosedStreamException(String message)

Construct an exception with specified message.

Parameter
NameDescription
messageString

ClosedStreamException(String message, Throwable cause)

public ClosedStreamException(String message, Throwable cause)

Construct exception with specified message and cause.

Parameters
NameDescription
messageString
causeThrowable