X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=n2vc%2Fexceptions.py;h=4e44f95de736afd09345d6c321ea799fa52f58f1;hb=refs%2Fheads%2Ffeature5837;hp=f5c9fb047798da3795b66635324e4b31618afa74;hpb=0cd1c02c85f5dbd6d06bd28b79f964fb209ee90a;p=osm%2FN2VC.git diff --git a/n2vc/exceptions.py b/n2vc/exceptions.py index f5c9fb0..4e44f95 100644 --- a/n2vc/exceptions.py +++ b/n2vc/exceptions.py @@ -38,3 +38,11 @@ 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."""