Class CancelledException

  • All Implemented Interfaces:
    Serializable

    public class CancelledException
    extends ApiException
    The exception thrown when the operation was cancelled (typically by the caller).
    See Also:
    Serialized Form
    • Constructor Detail

      • CancelledException

        public CancelledException​(Throwable cause,
                                  StatusCode statusCode,
                                  boolean retryable)
      • CancelledException

        public CancelledException​(String message,
                                  Throwable cause,
                                  StatusCode statusCode,
                                  boolean retryable)