Back to project page sony-camera-remote-java.
The source code is released under:
Apache License
If you think the Android project sony-camera-remote-java 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 com.praetoriandroid.cameraremote; //from ww w . j a va2 s . co m public class SsdpException extends RpcException { private static final long serialVersionUID = 1410831473745729216L; public SsdpException() { } public SsdpException(String message) { super(message); } public SsdpException(String message, Throwable cause) { super(message, cause); } public SsdpException(Throwable cause) { super(cause); } }