Exception DatastoreFailureException (2.0.0)

public class DatastoreFailureException extends RuntimeException

DatastoreFailureException is thrown when any unknown error occurs while communicating with the data store.

Clients should not attempt to retry after receiving this exception.

Constructors

DatastoreFailureException(String message)

public DatastoreFailureException(String message)
Parameter
NameDescription
messageString

DatastoreFailureException(String message, Throwable cause)

public DatastoreFailureException(String message, Throwable cause)
Parameters
NameDescription
messageString
causeThrowable