Allon Mureinik has uploaded a new change for review. Change subject: core: Remove VdcException ......................................................................
core: Remove VdcException This exception is not used anywhere in the codebase, and can safely be removed. Change-Id: I376f853585c18e36f6e2ee6d57c617851b329480 Signed-off-by: Allon Mureinik <amure...@redhat.com> --- D backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/VdcException.java 1 file changed, 0 insertions(+), 18 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/05/22105/1 diff --git a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/VdcException.java b/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/VdcException.java deleted file mode 100644 index 980b8b6..0000000 --- a/backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/VdcException.java +++ /dev/null @@ -1,18 +0,0 @@ -package org.ovirt.engine.core.utils; - -public class VdcException extends RuntimeException { - public VdcException() { - } - - public VdcException(String message) { - super(message); - } - - public VdcException(Throwable cause) { - super(cause); - } - - public VdcException(String message, Throwable cause) { - super(message, cause); - } -} -- To view, visit http://gerrit.ovirt.org/22105 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I376f853585c18e36f6e2ee6d57c617851b329480 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Allon Mureinik <amure...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches