Class BlobstoreFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.blobstore.BlobstoreFailureException
-
- All Implemented Interfaces:
Serializable
public class BlobstoreFailureException extends RuntimeException
BlobstoreFailureException
is an unchecked exception that is thrown for any unexpected error that occurs while communicating with the blobstore.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BlobstoreFailureException(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
-
-