if (sequenceRemovalTimeoutVal > 0) {
propertyBean.setSequenceRemovalTimeoutInterval(sequenceRemovalTimeoutVal, sequenceRemovalTimeoutMeasure);
}
} catch (NumberFormatException e) {
String message = SandeshaMessageHelper.getMessage(SandeshaMessageKeys.cannotDerriveInactivityTimeout);
throw new SandeshaException(message, e);
}
}
}