throw new StorageException(e.getDetails(), e);
} catch (IOException e) {
UUID uuid = UUID.randomUUID();
throw new StorageException(
new FaultDetails(
uuid.toString(),
0,
"Streaming error. Contact administrator with id " + uuid,
"Error reading stream " +
webStream.getAbsoluteName() +