Class UnimplementedException

  • All Implemented Interfaces:
    Serializable

    public class UnimplementedException
    extends ApiException
    Exception thrown when the operation is not implemented or not supported/enabled in this service.
    See Also:
    Serialized Form
    • Constructor Detail

      • UnimplementedException

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

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