Skip to content

Commit f2a60f1

Browse files
Update server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java
Co-authored-by: dahn <daan.hoogland@gmail.com>
1 parent 3687703 commit f2a60f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

server/src/main/java/com/cloud/vm/snapshot/VMSnapshotManagerImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ public VMSnapshot createVMSnapshot(Long vmId, Long vmSnapshotId, Boolean quiesce
539539
} catch (InterruptedException e) {
540540
throw new RuntimeException("Operation is interrupted", e);
541541
} catch (java.util.concurrent.ExecutionException e) {
542-
throw new RuntimeException("Execution exception", e);
542+
throw new CloudRuntimeException("Execution exception getting the outcome of the asynchronous create VM snapshot job", e);
543543
}
544544

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

0 commit comments

Comments
 (0)