This is an automated email from the ASF dual-hosted git repository.

liyuheng pushed a commit to branch lyh/fix-procedure
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 219cf08f2e2562e12956fd7f531468cd80a3fd1e
Author: liyuheng <[email protected]>
AuthorDate: Thu May 22 13:30:28 2025 +0800

    remove ProcedureTimeoutException.java
---
 .../exception/ProcedureTimeoutException.java       | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git 
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/exception/ProcedureTimeoutException.java
 
b/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/exception/ProcedureTimeoutException.java
deleted file mode 100644
index ccc1e4b2d8e..00000000000
--- 
a/iotdb-core/confignode/src/main/java/org/apache/iotdb/confignode/procedure/exception/ProcedureTimeoutException.java
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one
- * or more contributor license agreements.  See the NOTICE file
- * distributed with this work for additional information
- * regarding copyright ownership.  The ASF licenses this file
- * to you under the Apache License, Version 2.0 (the
- * "License"); you may not use this file except in compliance
- * with the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing,
- * software distributed under the License is distributed on an
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- * KIND, either express or implied.  See the License for the
- * specific language governing permissions and limitations
- * under the License.
- */
-
-package org.apache.iotdb.confignode.procedure.exception;
-
-public class ProcedureTimeoutException extends ProcedureException {
-  public ProcedureTimeoutException(String s) {
-    super(s);
-  }
-}

Reply via email to