From 467e7a98fea439040bd7451d67f188d334427103 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 4 Jun 2009 18:30:40 +0000 Subject: Rototill left-right and publication protocol to replace SQL-assigned numeric identifiers with IRBE-assigned "handles". Daemons and test harness have been converted and seem to work; some tools like irbe_cli haven't been updated yet. svn path=/rpkid/doc/Installation; revision=2493 --- rpkid/rpki/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rpkid/rpki/exceptions.py') diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index a0aabccc..e98357a0 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -258,3 +258,8 @@ class BadPublicationReply(RPKI_Exception): """ Unexpected reply to publication query. """ + +class DuplicateObject(RPKI_Exception): + """ + Attempt to create an object that already exists. + """ -- cgit v1.2.3