Searched refs:MethodNotSupportedException (Results 1 – 5 of 5) sorted by relevance
36 import org.apache.http.MethodNotSupportedException;88 throws MethodNotSupportedException { in newHttpRequest()100 throw new MethodNotSupportedException(method + " method not supported"); in newHttpRequest()105 throws MethodNotSupportedException { in newHttpRequest()113 throw new MethodNotSupportedException(method in newHttpRequest()
49 public class MethodNotSupportedException extends HttpException { class58 public MethodNotSupportedException(final String message) { in MethodNotSupportedException() method in MethodNotSupportedException69 public MethodNotSupportedException(final String message, final Throwable cause) { in MethodNotSupportedException() method in MethodNotSupportedException
51 throws MethodNotSupportedException; in newHttpRequest()54 throws MethodNotSupportedException; in newHttpRequest()
46 import org.apache.http.MethodNotSupportedException;223 if (ex instanceof MethodNotSupportedException) { in handleException()
989 …est newHttpRequest(org.apache.http.RequestLine) throws org.apache.http.MethodNotSupportedException;990 …http.HttpRequest newHttpRequest(String, String) throws org.apache.http.MethodNotSupportedException;1091 @Deprecated public class MethodNotSupportedException extends org.apache.http.HttpException {1092 ctor @Deprecated public MethodNotSupportedException(String);1093 ctor @Deprecated public MethodNotSupportedException(String, Throwable);2252 …est newHttpRequest(org.apache.http.RequestLine) throws org.apache.http.MethodNotSupportedException;2253 …http.HttpRequest newHttpRequest(String, String) throws org.apache.http.MethodNotSupportedException;