@@ -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 excetion " , e );
542+ throw new RuntimeException ("Execution exception " , e );
543543 }
544544
545545 Object jobResult = _jobMgr .unmarshallResultObject (outcome .getJob ());
@@ -649,7 +649,7 @@ public boolean deleteVMSnapshot(Long vmSnapshotId) {
649649 } catch (InterruptedException e ) {
650650 throw new RuntimeException ("Operation is interrupted" , e );
651651 } catch (java .util .concurrent .ExecutionException e ) {
652- throw new RuntimeException ("Execution excetion " , e );
652+ throw new RuntimeException ("Execution exception " , e );
653653 }
654654
655655 Object jobResult = _jobMgr .unmarshallResultObject (outcome .getJob ());
@@ -774,7 +774,7 @@ public UserVm revertToSnapshot(Long vmSnapshotId) throws InsufficientCapacityExc
774774 } catch (InterruptedException e ) {
775775 throw new RuntimeException ("Operation is interrupted" , e );
776776 } catch (java .util .concurrent .ExecutionException e ) {
777- throw new RuntimeException ("Execution excetion " , e );
777+ throw new RuntimeException ("Execution exception " , e );
778778 }
779779
780780 Object jobResult = _jobMgr .unmarshallResultObject (outcome .getJob ());
@@ -1025,7 +1025,7 @@ public boolean deleteAllVMSnapshots(long vmId, VMSnapshot.Type type) {
10251025 } catch (InterruptedException e ) {
10261026 throw new RuntimeException ("Operation is interrupted" , e );
10271027 } catch (java .util .concurrent .ExecutionException e ) {
1028- throw new RuntimeException ("Execution excetion " , e );
1028+ throw new RuntimeException ("Execution exception " , e );
10291029 }
10301030
10311031 Object jobResult = _jobMgr .unmarshallResultObject (outcome .getJob ());
0 commit comments