summaryrefslogtreecommitdiffstats
path: root/lcm/lcm/pub/exceptions.py
diff options
context:
space:
mode:
authorfujinhua <fu.jinhua@zte.com.cn>2019-04-01 10:52:17 +0800
committerfujinhua <fu.jinhua@zte.com.cn>2019-04-01 10:52:17 +0800
commit6ba8f9f2b2628a27aac2fd6878cbc31bd4a24f67 (patch)
treedbbfb045a18dd3bd6edf1c72a988d8a5fc000601 /lcm/lcm/pub/exceptions.py
parentd316c955081c3137fb3c9ca4835555a9b3baa346 (diff)
Add excpetions for vnflcm
Change-Id: I87bcfcdc58fc41c666305ea193c702c3b085f87d Issue-ID: VFC-1306 Signed-off-by: fujinhua <fu.jinhua@zte.com.cn>
Diffstat (limited to 'lcm/lcm/pub/exceptions.py')
-rw-r--r--lcm/lcm/pub/exceptions.py16
1 files changed, 16 insertions, 0 deletions
diff --git a/lcm/lcm/pub/exceptions.py b/lcm/lcm/pub/exceptions.py
index 5ff9bc42..06a8ac71 100644
--- a/lcm/lcm/pub/exceptions.py
+++ b/lcm/lcm/pub/exceptions.py
@@ -23,3 +23,19 @@ class NFLCMExceptionNotFound(Exception):
class NFLCMExceptionConflict(Exception):
pass
+
+
+class NFLCMExceptionPreconditionFailed(Exception):
+ pass
+
+
+class NFLCMExceptionBadRequest(Exception):
+ pass
+
+
+class NFLCMExceptionInterrupt(Exception):
+ pass
+
+
+class NFLCMExceptionSeeOther(Exception):
+ pass