Add deserialization IO exception 74/24574/5
authorAleksander Zdyb <a.zdyb@partner.samsung.com>
Thu, 17 Jul 2014 06:55:45 +0000 (08:55 +0200)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 17 Jul 2014 15:00:54 +0000 (08:00 -0700)
commit348244358590c15841c408fc70a55a13fceff2d3
tree12cf7c926e1078722a430b79cffed285622c6682
parent7f9ca9097697d1c4d3f2454068eea5a0dec895b9
Add deserialization IO exception

BucketDeserializationException is thrown, when
bucket file stream could not be opened.

Change-Id: I0930793564beb73cfea937d43155e6953d42a6a1
src/common/exceptions/BucketDeserializationException.h [new file with mode: 0644]
src/common/exceptions/DatabaseException.h [new file with mode: 0644]
src/service/storage/StorageDeserializer.cpp
test/storage/serializer/deserialize.cpp