Exception DatastoreException (2.19.1)

public final class DatastoreException extends BaseHttpServiceException

Datastore service exception. See Also: Google Cloud Datastore error codes

Constructors

DatastoreException(int code, String message, String reason)

public DatastoreException(int code, String message, String reason)
Parameters
Name Description
code int
message String
reason String

DatastoreException(int code, String message, String reason, boolean idempotent, Throwable cause)

public DatastoreException(int code, String message, String reason, boolean idempotent, Throwable cause)
Parameters
Name Description
code int
message String
reason String
idempotent boolean
cause Throwable

DatastoreException(int code, String message, String reason, Throwable cause)

public DatastoreException(int code, String message, String reason, Throwable cause)
Parameters
Name Description
code int
message String
reason String
cause Throwable

DatastoreException(IOException exception)

public DatastoreException(IOException exception)
Parameter
Name Description
exception IOException