Package com.google.api.gax.rpc
Class CancelledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.api.gax.rpc.ApiException
-
- com.google.api.gax.rpc.CancelledException
-
- All Implemented Interfaces:
java.io.Serializable
public class CancelledException extends ApiException
The exception thrown when the operation was cancelled (typically by the caller).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CancelledException(java.lang.String message, java.lang.Throwable cause, StatusCode statusCode, boolean retryable)CancelledException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable)CancelledException(java.lang.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, isRetryable
-
-
-
-
Constructor Detail
-
CancelledException
public CancelledException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable)
-
CancelledException
public CancelledException(java.lang.String message, java.lang.Throwable cause, StatusCode statusCode, boolean retryable)
-
CancelledException
public CancelledException(java.lang.Throwable cause, StatusCode statusCode, boolean retryable, ErrorDetails errorDetails)
-
-