mirror of https://github.com/OpenVidu/openvidu.git
openvidu-java-client: add default serial ID to OpenViduException
parent
0556033cc6
commit
ffe0b49a38
|
@ -22,6 +22,8 @@ package io.openvidu.java.client;
|
|||
*/
|
||||
public class OpenViduException extends Exception {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
protected OpenViduException(String message) {
|
||||
super(message);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue