147148149150151152153154
new AnnotationInvocationHandler(_annType, valueMap)); } catch (IOException e) { throw e; } catch (Exception e) { throw new HessianException(_annType.getName() + ":" + e, e); } }
8182838485868788
{ try { _cl = cl; _constructor = cl.getConstructor(new Class[] { long.class }); } catch (NoSuchMethodException e) { throw new HessianException(e); } }