We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc8e5c2 commit 474d5b8Copy full SHA for 474d5b8
1 file changed
src/main/java/org/dcache/nearline/cta/CtaNearlineStorage.java
@@ -612,7 +612,7 @@ public String call() {
612
* @param action the action type for which the statistics are collected.
613
* @param callable the gRPC request to execute.
614
* @return the response from the gRPC request.
615
- * @throws Exception if the gRPC request fails.
+ * @throws StatusRuntimeException if the gRPC request fails.
616
*/
617
private Response withStats(Action action, Callable<Response> callable) throws StatusRuntimeException {
618
try {
0 commit comments