"Simulated Premature end-of-data on socket"));
} else if (objectId == MockConstants.IO_OBJECT_ID) {
throw new LivelinkIOException(new RuntimeException(
"Simulated Server did not accept open request"), LOGGER);
} else if (objectId == MockConstants.REPOSITORY_OBJECT_ID) {
throw new LivelinkException("This document version is not yet "
+ "available. It will be uploaded from a remote location "
+ "at a later time. Please try again later.", LOGGER);
}
}