MessageBoxDetails messageBoxDetails =
new MessageBoxDetails(messageBoxId, userName, visibilityTimeOut, 0);
messageBoxDetails.setCreatedTimeStamp(createdTimestamp);
return messageBoxDetails;
} catch (RegistryException e) {
throw new MessageBoxException("Can not access the user registry ", e);
}
}