jdk/src/share/classes/com/sun/jmx/snmp/daemon/SnmpRequestHandler.java
changeset 10419 12c063b39232
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
10418:1d57022fdb6e 10419:12c063b39232
   919             // been successfully called before.
   919             // been successfully called before.
   920             if (SNMP_ADAPTOR_LOGGER.isLoggable(Level.FINEST)) {
   920             if (SNMP_ADAPTOR_LOGGER.isLoggable(Level.FINEST)) {
   921                 SNMP_ADAPTOR_LOGGER.logp(Level.FINEST, dbgTag,
   921                 SNMP_ADAPTOR_LOGGER.logp(Level.FINEST, dbgTag,
   922                    "newTooBigMessage", "Internal error", x);
   922                    "newTooBigMessage", "Internal error", x);
   923             }
   923             }
   924             throw new InternalError() ;
   924             throw new InternalError(x) ;
   925         }
   925         }
   926 
   926 
   927         return result ;
   927         return result ;
   928     }
   928     }
   929 
   929