9899100101102103104105106107108
throws Exception { try { ContainerMgmt con = new ContainerMgmt(); return con.viewJipletProperty(context, jiplet); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }