summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/broker/SessionAdapter.cpp
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-05-28 12:49:11 +0000
committerGordon Sim <gsim@apache.org>2008-05-28 12:49:11 +0000
commitc3649a7d5f9ac3ddb10406e66baa76a7c3f1cad5 (patch)
tree6d5e78b5bf3f3ed7ef711401aae7b24eb9b48791 /cpp/src/qpid/broker/SessionAdapter.cpp
parent568b4e92244a0491e1761bfa42baeed9d8a99431 (diff)
downloadqpid-python-c3649a7d5f9ac3ddb10406e66baa76a7c3f1cad5.tar.gz
QPID-1095: fixes to dtx error codes for latest spec changes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@660924 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/broker/SessionAdapter.cpp')
-rw-r--r--cpp/src/qpid/broker/SessionAdapter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/SessionAdapter.cpp b/cpp/src/qpid/broker/SessionAdapter.cpp
index 2d0edde27b..1830b2b94c 100644
--- a/cpp/src/qpid/broker/SessionAdapter.cpp
+++ b/cpp/src/qpid/broker/SessionAdapter.cpp
@@ -575,7 +575,7 @@ DtxRecoverResult SessionAdapter::DtxHandlerImpl::recover()
void SessionAdapter::DtxHandlerImpl::forget(const Xid& xid)
{
//Currently no heuristic completion is supported, so this should never be used.
- throw CommandInvalidException(QPID_MSG("Forget is invalid. Branch with xid " << xid << " not heuristically completed!"));
+ throw NotImplementedException(QPID_MSG("Forget not implemented. Branch with xid " << xid << " not heuristically completed!"));
}
DtxGetTimeoutResult SessionAdapter::DtxHandlerImpl::getTimeout(const Xid& xid)