364365366367368369370371372373374
break ; default: throw new SnmpStatusException("Invalid pdu type " + String.valueOf(pdu.type)) ; } benc.closeSequence(pdu.type) ; dataLength = benc.trim() ; } catch(ArrayIndexOutOfBoundsException x) { throw new SnmpTooBigException() ; }
320321322323324325326327328329330