OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MethodNotSupportedException
(Results
1 - 11
of
11
) sorted by null
/external/apache-http/src/org/apache/http/
MethodNotSupportedException.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
MethodNotSupportedException
.java $
44
public class
MethodNotSupportedException
extends HttpException {
49
* Creates a new
MethodNotSupportedException
with the specified detail message.
53
public
MethodNotSupportedException
(final String message) {
58
* Creates a new
MethodNotSupportedException
with the specified detail message and cause.
64
public
MethodNotSupportedException
(final String message, final Throwable cause) {
HttpRequestFactory.java
46
throws
MethodNotSupportedException
;
49
throws
MethodNotSupportedException
;
/external/apache-http/src/org/apache/http/impl/
DefaultHttpRequestFactory.java
36
import org.apache.http.
MethodNotSupportedException
;
83
throws
MethodNotSupportedException
{
95
throw new
MethodNotSupportedException
(method + " method not supported");
100
throws
MethodNotSupportedException
{
108
throw new
MethodNotSupportedException
(method
/external/apache-http/src/org/apache/http/protocol/
HttpService.java
46
import org.apache.http.
MethodNotSupportedException
;
218
if (ex instanceof
MethodNotSupportedException
) {
/prebuilt/common/http-client/
httpcore-4.1.jar
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 763 milliseconds