public class DatastoreFailureException extends RuntimeExceptionDatastoreFailureException 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 | |
|---|---|
| Name | Description |
message |
String |
DatastoreFailureException(String message, Throwable cause)
public DatastoreFailureException(String message, Throwable cause)| Parameters | |
|---|---|
| Name | Description |
message |
String |
cause |
Throwable |