979899100101102103104105106107
public List<String> stackTrace() throws Exception { SCClient client = getClient(); try { return (client != null) ? client.stackTrace() : new ArrayList<String>(); } finally { releaseClient(client); }