Code cleanup

revert-70aa11f8
prabathabey 8 years ago
parent 5bc7cf7c30
commit e27905792f

@ -778,7 +778,7 @@ public class OperationManagerImpl implements OperationManager {
} catch (DeviceManagementDAOException e) {
throw new OperationManagementException("Error occurred while retrieving metadata of '" +
deviceId.getType() + "' device carrying the identifier '" +
deviceId.getId() + "'");
deviceId.getId() + "'", e);
} catch (SQLException e) {
throw new OperationManagementException(
"Error occurred while opening a connection to the data source", e);

Loading…
Cancel
Save