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.
package ibt.ortc.extensibility.exception; //from w ww . ja v a 2s . c om public class OrtcGcmException extends Exception { public OrtcGcmException(String string) { super(string); } /** * */ private static final long serialVersionUID = 1L; }