5758596061626364656667
public void delete(String name) throws Exception { try { ContainerMgmt con = new ContainerMgmt(); con.deleteContext(name); } catch (Exception e) { throw ExceptionHandler.getException(e, this); }