public static final class BlobstoreInputStream.ClosedStreamException extends IOExceptionA 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 | |
|---|---|
| Name | Description |
message |
String |
ClosedStreamException(String message, Throwable cause)
public ClosedStreamException(String message, Throwable cause)Construct exception with specified message and cause.
| Parameters | |
|---|---|
| Name | Description |
message |
String |
cause |
Throwable |