202203204205206207208209210211212213
return innerGetInputStream(); } } catch (WGAPIException e) { throw new IOBackendException("Exception serving file input stream", e); } catch (ModuleInstantiationException e) { throw new IOBackendException("Exception scaling file", e); } }
186187188189190191192193194
} } return skipped; } catch (SQLException e) { throw new IOBackendException("Error executing SQL", e); } }