openvidu-java-client: OpenViduHttpException status set

This commit is contained in:
pabloFuente 2019-01-14 11:48:23 +01:00
parent cb8594373e
commit 820be61905

View File

@ -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
*/