Class 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 Detail

      • BlobstoreFailureException

        public BlobstoreFailureException​(String message)
      • BlobstoreFailureException

        public BlobstoreFailureException​(String message,
                                         Throwable cause)