241242243244245246247248
} } catch (Exception e) { if (e.getCause() instanceof IOException) { throw (IOException) e.getCause(); } throw new SwiftException(e); } }