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()
983 …est newHttpRequest(org.apache.http.RequestLine) throws org.apache.http.MethodNotSupportedException;984 …http.HttpRequest newHttpRequest(String, String) throws org.apache.http.MethodNotSupportedException;1085 @Deprecated public class MethodNotSupportedException extends org.apache.http.HttpException {1086 ctor @Deprecated public MethodNotSupportedException(String);1087 ctor @Deprecated public MethodNotSupportedException(String, Throwable);2246 …est newHttpRequest(org.apache.http.RequestLine) throws org.apache.http.MethodNotSupportedException;2247 …http.HttpRequest newHttpRequest(String, String) throws org.apache.http.MethodNotSupportedException;