BlobstoreInputStream.BlobstoreIOException (Google App Engine API for Java)

com.google.appengine.api.blobstore

Class BlobstoreInputStream.BlobstoreIOException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • java.io.IOException
          • com.google.appengine.api.blobstore.BlobstoreInputStream.BlobstoreIOException
  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    BlobstoreInputStream


    public static final class BlobstoreInputStream.BlobstoreIOException
    extends java.io.IOException
    A subclass of IOException that indicates that there was a problem interacting with Blobstore.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      BlobstoreIOException(java.lang.String message)
      Constructs a BlobstoreIOException with the specified detail message.
      BlobstoreIOException(java.lang.String message, java.lang.Throwable cause)
      Constructs a BlobstoreIOException with the specified detail 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

      • BlobstoreIOException

        public BlobstoreIOException(java.lang.String message)
        Constructs a BlobstoreIOException with the specified detail message.
      • BlobstoreIOException

        public BlobstoreIOException(java.lang.String message,
                                    java.lang.Throwable cause)
        Constructs a BlobstoreIOException with the specified detail message and cause.