Constructors Summary |
---|
public MediaRecorderStopException(String msg)
super(msg);
|
public MediaRecorderStopException()
super();
|
public MediaRecorderStopException(String msg, Throwable t)
super(msg, t);
|
public MediaRecorderStopException(Throwable t)
super(t);
|