Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4a8f46c
)
Add NOT_IMPLEMENTED exception code.
author
David Reiss
<dreiss@apache.org>
Fri, 7 Mar 2008 20:12:13 +0000
(20:12 +0000)
committer
David Reiss
<dreiss@apache.org>
Fri, 7 Mar 2008 20:12:13 +0000
(20:12 +0000)
Preparation for Java JSON protocol implementation.
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665560
13f79535
-47bb-0310-9956-
ffa450edef68
lib/java/src/protocol/TProtocolException.java
patch
|
blob
|
history
diff --git
a/lib/java/src/protocol/TProtocolException.java
b/lib/java/src/protocol/TProtocolException.java
index
783b5be
..
9373de3
100644
(file)
--- a/
lib/java/src/protocol/TProtocolException.java
+++ b/
lib/java/src/protocol/TProtocolException.java
@@
-20,6
+20,7
@@
public class TProtocolException extends TException {
public static final int NEGATIVE_SIZE = 2;
public static final int SIZE_LIMIT = 3;
public static final int BAD_VERSION = 4;
+ public static final int NOT_IMPLEMENTED = 5;
protected int type_ = UNKNOWN;