Home
last modified time | relevance | path

Searched refs:CastellanException (Results 1 – 1 of 1) sorted by relevance

/dports/devel/py-castellan/castellan-3.10.0/castellan/common/
H A Dexception.py32 class CastellanException(Exception): class
52 super(CastellanException, self).__init__(self.message)
55 class Forbidden(CastellanException):
59 class KeyManagerError(CastellanException):
63 class ManagedObjectNotFoundError(CastellanException):
67 class InvalidManagedObjectDictError(CastellanException):
71 class UnknownManagedObjectTypeError(CastellanException):
75 class AuthTypeInvalidError(CastellanException):
79 class InsufficientCredentialDataError(CastellanException):