OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProtocolException
(Results
1 - 16
of
16
) sorted by null
/libcore/luni/src/main/java/java/net/
ProtocolException.java
25
public class
ProtocolException
extends java.io.IOException {
32
public
ProtocolException
() {
38
public
ProtocolException
(String detailMessage) {
46
public
ProtocolException
(String detailMessage, Throwable cause) {
/system/media/mca/filterfw/java/android/filterfw/core/
ProtocolException.java
23
public class
ProtocolException
extends RuntimeException {
25
public
ProtocolException
() {
29
public
ProtocolException
(String message) {
/external/apache-http/src/org/apache/http/
ProtocolException.java
2
* $HeadURL: http://svn.apache.org/repos/asf/httpcomponents/httpcore/trunk/module-main/src/main/java/org/apache/http/
ProtocolException
.java $
42
public class
ProtocolException
extends HttpException {
47
* Creates a new
ProtocolException
with a <tt>null</tt> detail message.
49
public
ProtocolException
() {
54
* Creates a new
ProtocolException
with the specified detail message.
58
public
ProtocolException
(String message) {
63
* Creates a new
ProtocolException
with the specified detail message and cause.
69
public
ProtocolException
(String message, Throwable cause) {
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
ProtocolExceptionTest.java
20
import java.net.
ProtocolException
;
25
* @tests java.net.
ProtocolException
#
ProtocolException
()
28
// Test for method java.net.
ProtocolException
()
30
throw new
ProtocolException
();
31
} catch (
ProtocolException
e) {
34
fail("Exception during
ProtocolException
test : " + e.getMessage());
40
* @tests java.net.
ProtocolException
#
ProtocolException
(java.lang.String)
43
// Test for method java.net.
ProtocolException
(java.lang.String
[
all
...]
/prebuilt/common/http-client/
httpcore-4.1.jar
/prebuilt/sdk/10/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/8/
android.jar
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 308 milliseconds