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 of IOException that indicates operations on a stream after it is closed.
See Also:
  • Constructor Details

    • ClosedStreamException

      public ClosedStreamException(String message)
      Construct an exception with specified message.
    • ClosedStreamException

      public ClosedStreamException(String message, Throwable cause)
      Construct exception with specified message and cause.