if (securityLevel != SnmpDefinitions.noAuthNoPriv) {
// Discover timeliness of creation and boot
//
try {
agentV3.processUsmTimelinessDiscovery();
} catch (SnmpStatusException e) {
if (connectStatus.compareTo("SnmpStatusException") == 0) {
System.out.println(
"connect() of SNMPGet catched as expected a " +
"SNMP status exception: " + e.getMessage() + "\"");