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 ofIOException
that indicates that there was a problem interacting with Blobstore.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlobstoreIOException(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 Detail
-
BlobstoreIOException
public BlobstoreIOException(String message)
Constructs aBlobstoreIOException
with the specified detail message.
-
-