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