Remove EntityType from juju watcher and workaround juju bug for retrieving the status
[osm/N2VC.git] / n2vc / exceptions.py
index 061cd7a..256860e 100644 (file)
@@ -33,10 +33,22 @@ class JujuApplicationNotFound(Exception):
     """The Application cannot be found."""
 
 
+class JujuLeaderUnitNotFound(Exception):
+    """The Application cannot be found."""
+
+
+class JujuActionNotFound(Exception):
+    """The Action cannot be found."""
+
+
 class JujuMachineNotFound(Exception):
     """The machine cannot be found."""
 
 
+class JujuK8sProxycharmNotSupported(Exception):
+    """K8s Proxy Charms not supported in this installation."""
+
+
 class N2VCPrimitiveExecutionFailed(Exception):
     """Something failed while attempting to execute a primitive."""