Class BlobstoreInputStream.ClosedStreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.appengine.api.blobstore.BlobstoreInputStream.ClosedStreamException
- All Implemented Interfaces:
Serializable
- Enclosing class:
BlobstoreInputStream
A subclass of
IOException
that indicates operations on a stream after
it is closed.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionClosedStreamException
(String message) Construct an exception with specified message.ClosedStreamException
(String message, Throwable cause) Construct exception with specified message and cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClosedStreamException
Construct an exception with specified message. -
ClosedStreamException
Construct exception with specified message and cause.
-