diff options
author | Rob Austein <sra@hactrn.net> | 2009-07-17 17:53:50 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-07-17 17:53:50 +0000 |
commit | 15e3547fd785038056f5dc6d619ae8e73ad68991 (patch) | |
tree | 050a14784e78d8135c208c27be32d445c62cf9bd /rpkid/rpki/exceptions.py | |
parent | a28f5a0084b3a3973c0d8aee1f4aabd1bde829a8 (diff) |
Handle BSC objects that are still under construction a bit more gracefully.
svn path=/rpkid/rpki/exceptions.py; revision=2634
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r-- | rpkid/rpki/exceptions.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index 3f350f04..4434ac45 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -273,3 +273,8 @@ class NoCoveringCertForROA(RPKI_Exception): """ Couldn't find a covering certificate to generate ROA. """ + +class BSCNotReady(RPKI_Exception): + """ + BSC not yet in a usable state, signing_cert not set. + """ |