Searched refs:UnsupportedHttpVersionException (Results 1 – 3 of 3) sorted by relevance
48 public class UnsupportedHttpVersionException extends ProtocolException { class56 public UnsupportedHttpVersionException() { in UnsupportedHttpVersionException() method in UnsupportedHttpVersionException65 public UnsupportedHttpVersionException(final String message) { in UnsupportedHttpVersionException() method in UnsupportedHttpVersionException
49 import org.apache.http.UnsupportedHttpVersionException;225 } else if (ex instanceof UnsupportedHttpVersionException) { in handleException()
1148 …@Deprecated public class UnsupportedHttpVersionException extends org.apache.http.ProtocolException…1149 ctor @Deprecated public UnsupportedHttpVersionException();1150 ctor @Deprecated public UnsupportedHttpVersionException(String);