Uses of Class
com.google.api.gax.rpc.ApiException
Packages that use ApiException
-
Uses of ApiException in com.google.api.gax.rpc
Subclasses of ApiException in com.google.api.gax.rpcModifier and TypeClassDescriptionclassException thrown when the operation was aborted, typically due to a concurrency issue like sequencer check failures, transaction aborts, etc.classException thrown when some entity that we attempted to create (e.g., file or directory) already exists.classThe exception thrown when the operation was cancelled (typically by the caller).classException thrown due to unrecoverable data loss or corruption.classException thrown when deadline expired before operation could complete.classException thrown when the operation was rejected because the system is not in a state required for the operation's execution.classException thrown due to internal errors.classException thrown when client specified an invalid argument.classException thrown when some requested entity (e.g., file or directory) was not found.classException thrown when the operation was attempted past the valid range.classException thrown when the caller does not have permission to execute the specified operation.classException thrown when some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space.classException thrown when the request does not have valid authentication credentials for the operation.classException thrown when the service is currently unavailable.classException thrown when the operation is not implemented or not supported/enabled in this service.classException thrown due to an unknown error.classThe marker exception thrown when a timeout is exceeded.Methods in com.google.api.gax.rpc that return ApiExceptionModifier and TypeMethodDescriptionstatic ApiExceptionApiExceptionFactory.createException(String message, Throwable cause, StatusCode statusCode, boolean retryable) static ApiExceptionApiExceptionFactory.createException(Throwable cause, StatusCode statusCode, boolean retryable) static ApiExceptionApiExceptionFactory.createException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)