public static final class BlobstoreInputStream.ClosedStreamException
extends java.io.IOException
IOException
that indicates operations on a stream after
it is closed.Constructor and Description |
---|
ClosedStreamException(java.lang.String message)
Construct an exception with specified message.
|
ClosedStreamException(java.lang.String message,
java.lang.Throwable cause)
Construct exception with specified message and cause.
|
public ClosedStreamException(java.lang.String message)
public ClosedStreamException(java.lang.String message, java.lang.Throwable cause)