Constructs a ProtocolException with no detail message. super();
super();
Constructs a ProtocolException with the specified detail message.params the detail message super(s);
super(s);
Constructs a ProtocolException with the specified Response object. super(r.toString()); response = r;
super(r.toString()); response = r;
Return the offending Response object. return response;
return response;