X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=service%2Fresource-encapsulation%2Fsrc%2FserverBuilder%2Fsrc%2FRCSResourceObject.cpp;h=261caf2ca53a549cbc9ede9a4f7e770f468e38ea;hb=9378122394680009804a5181275b16a6b71819dc;hp=05b9268f90bf9806e5fc7dd1070a809cb50846ca;hpb=279fd705afde671ba1cff6d414a18124fbc7e2f3;p=platform%2Fupstream%2Fiotivity.git diff --git a/service/resource-encapsulation/src/serverBuilder/src/RCSResourceObject.cpp b/service/resource-encapsulation/src/serverBuilder/src/RCSResourceObject.cpp index 05b9268..261caf2 100644 --- a/service/resource-encapsulation/src/serverBuilder/src/RCSResourceObject.cpp +++ b/service/resource-encapsulation/src/serverBuilder/src/RCSResourceObject.cpp @@ -510,7 +510,7 @@ namespace OIC { autoNotify(!replaced.empty(), m_autoNotifyPolicy); return sendResponse(*this, request, response); - } catch (const PlatformException& e) { + } catch (const RCSPlatformException& e) { OC_LOG_V(ERROR, LOG_TAG, "Error : %s ", e.what()); return OC_EH_ERROR; }