4445464748495051525354
public String[] list() throws Exception { try { ContainerMgmt con = new ContainerMgmt(); return con.listContexts(); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }