BlobstoreInputStream.ClosedStreamException (Google App Engine API for Java)

com.google.appengine.api.blobstore

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:
    java.io.Serializable
    Enclosing class:
    BlobstoreInputStream


    public static final class BlobstoreInputStream.ClosedStreamException
    extends java.io.IOException
    A subclass of IOException that indicates operations on a stream after it is closed.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ClosedStreamException

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

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