X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=n2vc%2Fexceptions.py;h=a63d6f9b0688397df6281d6292f13bd5ceaf8401;hp=f5c9fb047798da3795b66635324e4b31618afa74;hb=28d7516c6d339990617d1e8e26007a443b5c7c5c;hpb=0cd1c02c85f5dbd6d06bd28b79f964fb209ee90a diff --git a/n2vc/exceptions.py b/n2vc/exceptions.py index f5c9fb0..a63d6f9 100644 --- a/n2vc/exceptions.py +++ b/n2vc/exceptions.py @@ -38,3 +38,12 @@ class NoRouteToHost(Exception): class AuthenticationFailed(Exception): """The authentication for the specified user failed.""" + + +class InvalidCACertificate(Exception): + """The CA Certificate is not valid.""" + + +class NotImplemented(Exception): + """The method is not implemented.""" +