public class CancelledException extends ApiException
The exception thrown when the operation was cancelled (typically by the caller).
Inheritance
java.lang.Object > Throwable > java.lang.Exception > RuntimeException > ApiException > CancelledExceptionConstructors
CancelledException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
public CancelledException(String message, Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
message | String |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |
CancelledException(Throwable cause, StatusCode statusCode, boolean retryable)
public CancelledException(Throwable cause, StatusCode statusCode, boolean retryable)
Name | Description |
cause | Throwable |
statusCode | StatusCode |
retryable | boolean |