Tags: RSI-RKlein/libvirt-java
Tags
Only throw exception if call fails Previously if an error occurred, it would raise an exception, even if the actual call was successful. Now, we only raise an exception if the call reports a failure.