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