"Interrupted while waiting for a response", e);
} catch (ExecutionException e) {
// TODO Is there a better way to handle this?
throw new KurentoException("This exception shouldn't be thrown", e);
} catch (TimeoutException e) {
throw new TransportException("Timeout of " + TIMEOUT
+ " seconds waiting from response", e);
}
}