Skip to content

Commit 4e529f2

Browse files
author
Devendra
committed
error framework changes
1 parent f7d7395 commit 4e529f2

35 files changed

Lines changed: 608 additions & 3656 deletions

android/Pubnub-Android-3.5.1.jar

973 Bytes
Binary file not shown.
973 Bytes
Binary file not shown.
973 Bytes
Binary file not shown.
964 Bytes
Binary file not shown.

j2me/Pubnub-MicroEdition-3.5.1.jar

953 Bytes
Binary file not shown.

j2me/src1/com/pubnub/api/SubscribeWorker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ void process(HttpRequest hreq) {
5151
log.verbose("Exhausted number of retries");
5252
hreq.getResponseHandler().handleTimeout(hreq);
5353
} else {
54-
hreq.getResponseHandler().handleError(hreq, PubnubError.PNERROBJ_5021_CLIENT_TIMEOUT);
54+
hreq.getResponseHandler().handleError(hreq, PubnubError.PNERROBJ_CLIENT_TIMEOUT);
5555
}
5656
return;
5757
}
817 Bytes
Binary file not shown.

java/doc/allclasses-frame.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_37) on Sat Jun 29 02:53:26 IST 2013 -->
5+
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 01 16:23:03 IST 2013 -->
66
<TITLE>
77
All Classes
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2013-06-29">
10+
<META NAME="date" CONTENT="2013-07-01">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1313

java/doc/allclasses-noframe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_37) on Sat Jun 29 02:53:26 IST 2013 -->
5+
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 01 16:23:03 IST 2013 -->
66
<TITLE>
77
All Classes
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2013-06-29">
10+
<META NAME="date" CONTENT="2013-07-01">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
1313

java/doc/com/pubnub/api/Callback.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<!--NewPage-->
33
<HTML>
44
<HEAD>
5-
<!-- Generated by javadoc (build 1.6.0_37) on Sat Jun 29 02:53:25 IST 2013 -->
5+
<!-- Generated by javadoc (build 1.6.0_37) on Mon Jul 01 16:23:01 IST 2013 -->
66
<TITLE>
77
Callback
88
</TITLE>
99

10-
<META NAME="date" CONTENT="2013-06-29">
10+
<META NAME="date" CONTENT="2013-07-01">
1111

1212
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
1313

0 commit comments

Comments
 (0)