Package keyczar :: Module errors
[hide private]
[frames] | no frames]

Module errors

source code

Contains hierarchy of all possible exceptions thrown by Keyczar.


Author: arkajit.dey@gmail.com (Arkajit Dey)

Classes [hide private]
  KeyczarError
Indicates exceptions raised by a Keyczar class.
  BadVersionError
Indicates a bad version number was received.
  Base64DecodingError
Indicates an error while performing Base 64 decoding.
  InvalidSignatureError
Indicates an invalid ciphertext signature.
  KeyNotFoundError
Indicates a key with a certain hash id was not found.
  ShortCiphertextError
Indicates a ciphertext too short to be valid.
  ShortSignatureError
Indicates a signature too short to be valid.
  NoPrimaryKeyError
Indicates missing primary key.