|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.io.IOException com.google.appengine.api.blobstore.BlobstoreInputStream.BlobstoreIOException
public static final class BlobstoreInputStream.BlobstoreIOException
A subclass of IOException
that indicates that there was a problem
interacting with Blobstore.
Constructor Summary | |
---|---|
BlobstoreInputStream.BlobstoreIOException(java.lang.String message)
Constructs a BlobstoreIOException with the specified detail
message. |
|
BlobstoreInputStream.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 |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BlobstoreInputStream.BlobstoreIOException(java.lang.String message)
BlobstoreIOException
with the specified detail
message.
public BlobstoreInputStream.BlobstoreIOException(java.lang.String message, java.lang.Throwable cause)
BlobstoreIOException
with the specified detail
message and cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |