X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=n2vc%2Fexceptions.py;h=a63d6f9b0688397df6281d6292f13bd5ceaf8401;hb=refs%2Fchanges%2F52%2F8152%2F1;hp=f5c9fb047798da3795b66635324e4b31618afa74;hpb=0cd1c02c85f5dbd6d06bd28b79f964fb209ee90a;p=osm%2FN2VC.git 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.""" +