mirror of https://github.com/OpenVidu/openvidu.git
openvidu-java-client: OpenViduHttpException status set
parent
cb8594373e
commit
820be61905
|
@ -27,8 +27,9 @@ public class OpenViduHttpException extends Exception {
|
||||||
|
|
||||||
protected OpenViduHttpException(int status) {
|
protected OpenViduHttpException(int status) {
|
||||||
super(Integer.toString(status));
|
super(Integer.toString(status));
|
||||||
|
this.status = status;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return The unexpected status of the HTTP request
|
* @return The unexpected status of the HTTP request
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue