Back to project page RealtimeMessaging-Android.
The source code is released under:
MIT License
If you think the Android project RealtimeMessaging-Android listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
/** * /*from w ww .j a v a 2 s . c o m*/ */ package ibt.ortc.extensibility.exception; public class OrtcDoesNotHavePermissionException extends Exception { /** * */ private static final long serialVersionUID = 4479922454006307909L; public OrtcDoesNotHavePermissionException(String message) { super(message); } }