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

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

    • BlobstoreIOException

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

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