Package com.google.api.gax.rpc
Class NotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.NotFoundException
- All Implemented Interfaces:
Serializable
Exception thrown when some requested entity (e.g., file or directory) was not found.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNotFoundException(String message, Throwable cause, StatusCode statusCode, boolean retryable) NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable) NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) -
Method Summary
Methods inherited from class com.google.api.gax.rpc.ApiException
getDomain, getErrorDetails, getMetadata, getReason, getStatusCode, isRetryableMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotFoundException
-
NotFoundException
-
NotFoundException
public NotFoundException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-