Generated by
JDiff

Class twitter4j.TwitterException

Change from final to non-final.

Added Constructors
TwitterException(String, int, Map<String, List<String>>, int, RateLimitStatus, RateLimitStatus) @param message message
 

Added Methods
String getExceptionCode() Returns a hexadecimal representation of this exception stacktrace.
An exception code is a hexadecimal representation of the stacktrace which enables it easier to Google known issues.
Format : XXXXXXXX:YYYYYYYY[ XX:YY]
Where XX is a hash code of stacktrace without line number
YY is a hash code of stacktrace excluding line number
[-XX:YY] will appear when this instance a root cause
String getResponseHeader(String)