|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.google.appengine.api.blobstore.BlobstoreInputStream.ClosedStreamException
public static final class BlobstoreInputStream.ClosedStreamException
A subclass of IOException that indicates operations on a stream after
it is closed.
| Constructor Summary | |
|---|---|
BlobstoreInputStream.ClosedStreamException(java.lang.String message)
Construct an exception with specified message. |
|
BlobstoreInputStream.ClosedStreamException(java.lang.String message,
java.lang.Throwable cause)
Construct exception with specified 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.ClosedStreamException(java.lang.String message)
public BlobstoreInputStream.ClosedStreamException(java.lang.String message,
java.lang.Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||