Package com.google.api.gax.rpc
Class AlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.api.gax.rpc.ApiException
com.google.api.gax.rpc.AlreadyExistsException
- All Implemented Interfaces:
Serializable
Exception thrown when some entity that we attempted to create (e.g., file or directory) already
exists.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAlreadyExistsException(String message, Throwable cause, StatusCode statusCode, boolean retryable) AlreadyExistsException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable) AlreadyExistsException(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
-
AlreadyExistsException
-
AlreadyExistsException
public AlreadyExistsException(String message, Throwable cause, StatusCode statusCode, boolean retryable) -
AlreadyExistsException
public AlreadyExistsException(Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails) -
AlreadyExistsException
public AlreadyExistsException(String message, Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-