* Updated: March 2022
* This code may not be used without written consent of the authors.
package ca.yorku.rtsp.client.exception;
Copyright By PowCoder代写 加微信 powcoder
public class RTSPException extends Exception {
public RTSPException(String message) {
super(message);
public RTSPException(Throwable cause) {
super(cause);
public RTSPException(String message, Throwable cause) {
super(message, cause);
程序代写 CS代考 加微信: powcoder QQ: 1823890830 Email: powcoder@163.com