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:
  • Constructor Details

    • BlobstoreFailureException

      public BlobstoreFailureException(String message)
    • BlobstoreFailureException

      public BlobstoreFailureException(String message, Throwable cause)