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
A subclass of
IOException
that indicates that there was a problem
interacting with Blobstore.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBlobstoreIOException
(String message) Constructs aBlobstoreIOException
with the specified detail message.BlobstoreIOException
(String message, Throwable cause) Constructs aBlobstoreIOException
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
-
Constructor Details
-
BlobstoreIOException
Constructs aBlobstoreIOException
with the specified detail message. -
BlobstoreIOException
Constructs aBlobstoreIOException
with the specified detail message and cause.
-