Rename resource-encapsulation exception classes.
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / linux / SampleResourceServer.cpp
index b1c67cf..983b375 100644 (file)
@@ -160,7 +160,7 @@ void initServer()
     {
         createResource();
     }
-    catch (const PlatformException& e)
+    catch (const RCSPlatformException& e)
     {
         std::cout << "Exception in initServer : " << e.what() << std::endl;
     }