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
public static final class BlobstoreInputStream.ClosedStreamException extends IOException
A subclass ofIOException
that indicates operations on a stream after it is closed.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClosedStreamException(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
-
-