Exception BlobstoreFailureException (2.0.0)

public class BlobstoreFailureException extends RuntimeException

BlobstoreFailureException is an unchecked exception that is thrown for any unexpected error that occurs while communicating with the blobstore.

Constructors

BlobstoreFailureException(String message)

public BlobstoreFailureException(String message)
Parameter
Name Description
message String

BlobstoreFailureException(String message, Throwable cause)

public BlobstoreFailureException(String message, Throwable cause)
Parameters
Name Description
message String
cause Throwable