public class org.apache.hc.core.http.NotImplementedException extends org.apache.hc.core.http.ProtocolException
{
private static final long serialVersionUID;
public void <init>()
{
org.apache.hc.core.http.NotImplementedException v;
v := @this: org.apache.hc.core.http.NotImplementedException;
specialinvoke v.<org.apache.hc.core.http.ProtocolException: void <init>()>();
return;
}
public void <init>(java.lang.String)
{
org.apache.hc.core.http.NotImplementedException v;
java.lang.String v;
v := @this: org.apache.hc.core.http.NotImplementedException;
v := @parameter: java.lang.String;
specialinvoke v.<org.apache.hc.core.http.ProtocolException: void <init>(java.lang.String)>(v);
return;
}
}