Class BlobstoreFailureException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.blobstore.BlobstoreFailureException
- All Implemented Interfaces:
Serializable
BlobstoreFailureException
is an unchecked exception that is thrown
for any unexpected error that occurs while communicating with the
blobstore.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBlobstoreFailureException
(String message) BlobstoreFailureException
(String message, Throwable 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
-
BlobstoreFailureException
-
BlobstoreFailureException
-