Skip to content

Commit 3687703

Browse files
Update server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java
Co-authored-by: dahn <[email protected]>
1 parent 0107cf3 commit 3687703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/com/cloud/storage/VolumeApiServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4201,7 +4201,7 @@ public String extractVolume(ExtractVolumeCmd cmd) {
42014201
} catch (InterruptedException e) {
42024202
throw new RuntimeException("Operation is interrupted", e);
42034203
} catch (ExecutionException e) {
4204-
throw new RuntimeException("Execution exception", e);
4204+
throw new CloudRuntimeException("Execution exception getting the outcome of the asynchronous extract volume job", e);
42054205
}
42064206

42074207
Object jobResult = _jobMgr.unmarshallResultObject(outcome.getJob());

0 commit comments

Comments
 (0)