Here's a little inner class that will make the compiler happy:
private class OAuthProtocolException extends Exception {
public OAuthProtocolException(OAuthMessage reply) {
//To change body of created methods use File | Settings | File
Templates.
}
public HttpResponse getResponseForGadget() {
return null; //To change body of created methods use File | Settings
| File Templates.
}
public boolean canRetry() {
return false; //To change body of created methods use File | Settings
| File Templates.
}
public boolean startFromScratch() {
return false; //To change body of created methods use File | Settings
| File Templates.
}
}