Searched refs:SDBPersistenceError (Results 1 – 3 of 3) sorted by relevance
9 from boto.exception import SDBPersistenceError198 except(SDBPersistenceError):
30 from boto.exception import SDBPersistenceError, S3ResponseError354 raise SDBPersistenceError("Invalid Blob ID: %s" % value.id)681 raise SDBPersistenceError("Error: %s must be unique!" % property.name)708 raise SDBPersistenceError("Error: %s must be unique!" % prop.name)
52 class SDBPersistenceError(StandardError): class