throw new KettleException(String.format(STR0,method.getStatusCode(),method.getPath(),method.getStatusText())); | throw new KettleException(String.format(STR0,statusCode,method.getURI().toString(),statusLine.getReasonPhrase())); | method.getStatusText() | method.getURI().toString() | pentaho-kettle | b05eee8008a023616f91950d096ba86c7056aeb1 | org.pentaho.di.cluster.SlaveServer | | | | | | Uses | True |
throw new KettleException(String.format(STR0,method.getStatusCode(),method.getPath(),method.getStatusText())); | throw new KettleException(String.format(STR0,statusCode,method.getURI().toString(),statusLine.getReasonPhrase())); | method.getStatusText() | method.getURI().toString() | pentaho-kettle | 66087503df382cb0131bc60efb1aac724718ef92 | org.pentaho.di.cluster.SlaveServer | | | | | | Uses | True |