<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="en"> <head> <!-- Generated by javadoc (1.8.0_161) on Thu Aug 16 18:54:14 JST 2018 --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <title>TwitterException (twitter4j-core 4.0.7 API)</title> <meta name="date" content="2018-08-16"> <link rel="stylesheet" type="text/css" href="../stylesheet.css" title="Style"> <script type="text/javascript" src="../script.js"></script> </head> <body> <script type="text/javascript"><!-- try { if (location.href.indexOf('is-external=true') == -1) { parent.document.title="TwitterException (twitter4j-core 4.0.7 API)"; } } catch(err) { } //--> var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10}; var tabs = {65535:["t0","All Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]}; var altColor = "altColor"; var rowColor = "rowColor"; var tableTab = "tableTab"; var activeTableTab = "activeTableTab"; </script> <noscript> <div>JavaScript is disabled on your browser.</div> </noscript> <!-- ========= START OF TOP NAVBAR ======= --> <div class="topNav"><a name="navbar.top"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.top.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/TwitterException.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-all.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../twitter4j/TwitterBase.html" title="interface in twitter4j"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../twitter4j/TwitterFactory.html" title="class in twitter4j"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?twitter4j/TwitterException.html" target="_top">Frames</a></li> <li><a href="TwitterException.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_top"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_top"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li>Field | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.top"> <!-- --> </a></div> <!-- ========= END OF TOP NAVBAR ========= --> <!-- ======== START OF CLASS DATA ======== --> <div class="header"> <div class="subTitle">twitter4j</div> <h2 title="Class TwitterException" class="title">Class TwitterException</h2> </div> <div class="contentContainer"> <ul class="inheritance"> <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li> <li> <ul class="inheritance"> <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li> <li> <ul class="inheritance"> <li><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li> <li> <ul class="inheritance"> <li>twitter4j.TwitterException</li> </ul> </li> </ul> </li> </ul> </li> </ul> <div class="description"> <ul class="blockList"> <li class="blockList"> <dl> <dt>All Implemented Interfaces:</dt> <dd><a href="http://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a>, <a href="../twitter4j/HttpResponseCode.html" title="interface in twitter4j">HttpResponseCode</a>, <a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></dd> </dl> <hr> <br> <pre>public class <span class="typeNameLabel">TwitterException</span> extends <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> implements <a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a>, <a href="../twitter4j/HttpResponseCode.html" title="interface in twitter4j">HttpResponseCode</a></pre> <div class="block">An exception class that will be thrown when TwitterAPI calls are failed.<br> In case the Twitter server returned HTTP error code, you can get the HTTP status code using getStatusCode() method.</div> <dl> <dt><span class="simpleTagLabel">Author:</span></dt> <dd>Yusuke Yamamoto - yusuke at mac.com</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="../serialized-form.html#twitter4j.TwitterException">Serialized Form</a></dd> </dl> </li> </ul> </div> <div class="summary"> <ul class="blockList"> <li class="blockList"> <!-- =========== FIELD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="field.summary"> <!-- --> </a> <h3>Field Summary</h3> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.twitter4j.TwitterResponse"> <!-- --> </a> <h3>Fields inherited from interface twitter4j.<a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></h3> <code><a href="../twitter4j/TwitterResponse.html#NONE">NONE</a>, <a href="../twitter4j/TwitterResponse.html#READ">READ</a>, <a href="../twitter4j/TwitterResponse.html#READ_WRITE">READ_WRITE</a>, <a href="../twitter4j/TwitterResponse.html#READ_WRITE_DIRECTMESSAGES">READ_WRITE_DIRECTMESSAGES</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="fields.inherited.from.class.twitter4j.HttpResponseCode"> <!-- --> </a> <h3>Fields inherited from interface twitter4j.<a href="../twitter4j/HttpResponseCode.html" title="interface in twitter4j">HttpResponseCode</a></h3> <code><a href="../twitter4j/HttpResponseCode.html#BAD_GATEWAY">BAD_GATEWAY</a>, <a href="../twitter4j/HttpResponseCode.html#BAD_REQUEST">BAD_REQUEST</a>, <a href="../twitter4j/HttpResponseCode.html#ENHANCE_YOUR_CLAIM">ENHANCE_YOUR_CLAIM</a>, <a href="../twitter4j/HttpResponseCode.html#FORBIDDEN">FORBIDDEN</a>, <a href="../twitter4j/HttpResponseCode.html#FOUND">FOUND</a>, <a href="../twitter4j/HttpResponseCode.html#GATEWAY_TIMEOUT">GATEWAY_TIMEOUT</a>, <a href="../twitter4j/HttpResponseCode.html#INTERNAL_SERVER_ERROR">INTERNAL_SERVER_ERROR</a>, <a href="../twitter4j/HttpResponseCode.html#MULTIPLE_CHOICES">MULTIPLE_CHOICES</a>, <a href="../twitter4j/HttpResponseCode.html#NOT_ACCEPTABLE">NOT_ACCEPTABLE</a>, <a href="../twitter4j/HttpResponseCode.html#NOT_FOUND">NOT_FOUND</a>, <a href="../twitter4j/HttpResponseCode.html#NOT_MODIFIED">NOT_MODIFIED</a>, <a href="../twitter4j/HttpResponseCode.html#OK">OK</a>, <a href="../twitter4j/HttpResponseCode.html#SERVICE_UNAVAILABLE">SERVICE_UNAVAILABLE</a>, <a href="../twitter4j/HttpResponseCode.html#TOO_MANY_REQUESTS">TOO_MANY_REQUESTS</a>, <a href="../twitter4j/HttpResponseCode.html#UNAUTHORIZED">UNAUTHORIZED</a>, <a href="../twitter4j/HttpResponseCode.html#UNPROCESSABLE_ENTITY">UNPROCESSABLE_ENTITY</a></code></li> </ul> </li> </ul> <!-- ======== CONSTRUCTOR SUMMARY ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.summary"> <!-- --> </a> <h3>Constructor Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation"> <caption><span>Constructors</span><span class="tabEnd"> </span></caption> <tr> <th class="colOne" scope="col">Constructor and Description</th> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#TwitterException-java.lang.Exception-">TwitterException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> cause)</code> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#TwitterException-java.lang.String-">TwitterException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message)</code> </td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#TwitterException-java.lang.String-java.lang.Exception-int-">TwitterException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> cause, int statusCode)</code> </td> </tr> <tr class="rowColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#TwitterException-java.lang.String-twitter4j.HttpResponse-">TwitterException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, <a href="../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a> res)</code> </td> </tr> <tr class="altColor"> <td class="colOne"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#TwitterException-java.lang.String-java.lang.Throwable-">TwitterException</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</code> </td> </tr> </table> </li> </ul> <!-- ========== METHOD SUMMARY =========== --> <ul class="blockList"> <li class="blockList"><a name="method.summary"> <!-- --> </a> <h3>Method Summary</h3> <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation"> <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd"> </span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd"> </span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd"> </span></span></caption> <tr> <th class="colFirst" scope="col">Modifier and Type</th> <th class="colLast" scope="col">Method and Description</th> </tr> <tr id="i0" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#equals-java.lang.Object-">equals</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</code> </td> </tr> <tr id="i1" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#exceededRateLimitation--">exceededRateLimitation</a></span>()</code> <div class="block">Tests if the exception is caused by rate limitation exceed</div> </td> </tr> <tr id="i2" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getAccessLevel--">getAccessLevel</a></span>()</code> </td> </tr> <tr id="i3" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getErrorCode--">getErrorCode</a></span>()</code> </td> </tr> <tr id="i4" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getErrorMessage--">getErrorMessage</a></span>()</code> <div class="block">Returns error message from the API if available.</div> </td> </tr> <tr id="i5" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getExceptionCode--">getExceptionCode</a></span>()</code> <div class="block">Returns a hexadecimal representation of this exception stacktrace.<br> An exception code is a hexadecimal representation of the stacktrace which enables it easier to Google known issues.<br> Format : XXXXXXXX:YYYYYYYY[ XX:YY]<br> Where XX is a hash code of stacktrace without line number<br> YY is a hash code of stacktrace excluding line number<br> [-XX:YY] will appear when this instance a root cause</div> </td> </tr> <tr id="i6" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getMessage--">getMessage</a></span>()</code> </td> </tr> <tr id="i7" class="rowColor"> <td class="colFirst"><code><a href="../twitter4j/RateLimitStatus.html" title="interface in twitter4j">RateLimitStatus</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getRateLimitStatus--">getRateLimitStatus</a></span>()</code> <div class="block">Returns the current rate limit status if available.</div> </td> </tr> <tr id="i8" class="altColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getResponseHeader-java.lang.String-">getResponseHeader</a></span>(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</code> </td> </tr> <tr id="i9" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getRetryAfter--">getRetryAfter</a></span>()</code> <div class="block">Returns int value of "Retry-After" response header (Search API) or seconds_until_reset (REST API).</div> </td> </tr> <tr id="i10" class="altColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#getStatusCode--">getStatusCode</a></span>()</code> </td> </tr> <tr id="i11" class="rowColor"> <td class="colFirst"><code>int</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#hashCode--">hashCode</a></span>()</code> </td> </tr> <tr id="i12" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#isCausedByNetworkIssue--">isCausedByNetworkIssue</a></span>()</code> <div class="block">Tests if the exception is caused by network issue</div> </td> </tr> <tr id="i13" class="rowColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#isErrorMessageAvailable--">isErrorMessageAvailable</a></span>()</code> <div class="block">Tests if error message from the API is available</div> </td> </tr> <tr id="i14" class="altColor"> <td class="colFirst"><code>boolean</code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#resourceNotFound--">resourceNotFound</a></span>()</code> <div class="block">Tests if the exception is caused by non-existing resource</div> </td> </tr> <tr id="i15" class="rowColor"> <td class="colFirst"><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td> <td class="colLast"><code><span class="memberNameLink"><a href="../twitter4j/TwitterException.html#toString--">toString</a></span>()</code> </td> </tr> </table> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable"> <!-- --> </a> <h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3> <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#addSuppressed-java.lang.Throwable-" title="class or interface in java.lang">addSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#fillInStackTrace--" title="class or interface in java.lang">fillInStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getCause--" title="class or interface in java.lang">getCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getLocalizedMessage--" title="class or interface in java.lang">getLocalizedMessage</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getStackTrace--" title="class or interface in java.lang">getStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getSuppressed--" title="class or interface in java.lang">getSuppressed</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#initCause-java.lang.Throwable-" title="class or interface in java.lang">initCause</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace--" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintStream-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#printStackTrace-java.io.PrintWriter-" title="class or interface in java.lang">printStackTrace</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#setStackTrace-java.lang.StackTraceElement:A-" title="class or interface in java.lang">setStackTrace</a></code></li> </ul> <ul class="blockList"> <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object"> <!-- --> </a> <h3>Methods inherited from class java.lang.<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3> <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#getClass--" title="class or interface in java.lang">getClass</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notify--" title="class or interface in java.lang">notify</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#notifyAll--" title="class or interface in java.lang">notifyAll</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait--" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-" title="class or interface in java.lang">wait</a>, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li> </ul> </li> </ul> </li> </ul> </div> <div class="details"> <ul class="blockList"> <li class="blockList"> <!-- ========= CONSTRUCTOR DETAIL ======== --> <ul class="blockList"> <li class="blockList"><a name="constructor.detail"> <!-- --> </a> <h3>Constructor Detail</h3> <a name="TwitterException-java.lang.String-java.lang.Throwable-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TwitterException</h4> <pre>public TwitterException(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a> cause)</pre> </li> </ul> <a name="TwitterException-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TwitterException</h4> <pre>public TwitterException(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message)</pre> </li> </ul> <a name="TwitterException-java.lang.Exception-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TwitterException</h4> <pre>public TwitterException(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> cause)</pre> </li> </ul> <a name="TwitterException-java.lang.String-twitter4j.HttpResponse-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>TwitterException</h4> <pre>public TwitterException(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, <a href="../twitter4j/HttpResponse.html" title="class in twitter4j">HttpResponse</a> res)</pre> </li> </ul> <a name="TwitterException-java.lang.String-java.lang.Exception-int-"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>TwitterException</h4> <pre>public TwitterException(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> message, <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">Exception</a> cause, int statusCode)</pre> </li> </ul> </li> </ul> <!-- ============ METHOD DETAIL ========== --> <ul class="blockList"> <li class="blockList"><a name="method.detail"> <!-- --> </a> <h3>Method Detail</h3> <a name="getMessage--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getMessage</h4> <pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getMessage()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code></dd> </dl> </li> </ul> <a name="getStatusCode--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getStatusCode</h4> <pre>public int getStatusCode()</pre> </li> </ul> <a name="getErrorCode--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getErrorCode</h4> <pre>public int getErrorCode()</pre> </li> </ul> <a name="getResponseHeader-java.lang.String-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getResponseHeader</h4> <pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getResponseHeader(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> name)</pre> </li> </ul> <a name="getRateLimitStatus--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getRateLimitStatus</h4> <pre>public <a href="../twitter4j/RateLimitStatus.html" title="interface in twitter4j">RateLimitStatus</a> getRateLimitStatus()</pre> <div class="block"><span class="descfrmTypeLabel">Description copied from interface: <code><a href="../twitter4j/TwitterResponse.html#getRateLimitStatus--">TwitterResponse</a></code></span></div> <div class="block">Returns the current rate limit status if available.</div> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../twitter4j/TwitterResponse.html#getRateLimitStatus--">getRateLimitStatus</a></code> in interface <code><a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>current rate limit status</dd> </dl> </li> </ul> <a name="getAccessLevel--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getAccessLevel</h4> <pre>public int getAccessLevel()</pre> <dl> <dt><span class="overrideSpecifyLabel">Specified by:</span></dt> <dd><code><a href="../twitter4j/TwitterResponse.html#getAccessLevel--">getAccessLevel</a></code> in interface <code><a href="../twitter4j/TwitterResponse.html" title="interface in twitter4j">TwitterResponse</a></code></dd> <dt><span class="returnLabel">Returns:</span></dt> <dd>application permission model</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="https://dev.twitter.com/pages/application-permission-model-faq#how-do-we-know-what-the-access-level-of-a-user-token-is">Application Permission Model FAQ - How do we know what the access level of a user token is?</a></dd> </dl> </li> </ul> <a name="getRetryAfter--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getRetryAfter</h4> <pre>public int getRetryAfter()</pre> <div class="block">Returns int value of "Retry-After" response header (Search API) or seconds_until_reset (REST API). An application that exceeds the rate limitations of the Search API will receive HTTP 420 response codes to requests. It is a best practice to watch for this error condition and honor the Retry-After header that instructs the application when it is safe to continue. The Retry-After header's value is the number of seconds your application should wait before submitting another query (for example: Retry-After: 67).<br> Check if getStatusCode() == 503 before calling this method to ensure that you are actually exceeding rate limitation with query apis.<br></div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>instructs the application when it is safe to continue in seconds</dd> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>Twitter4J 2.1.0</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="https://dev.twitter.com/docs/rate-limiting">Rate Limiting | Twitter Developers</a></dd> </dl> </li> </ul> <a name="isCausedByNetworkIssue--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isCausedByNetworkIssue</h4> <pre>public boolean isCausedByNetworkIssue()</pre> <div class="block">Tests if the exception is caused by network issue</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>if the exception is caused by network issue</dd> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>Twitter4J 2.1.2</dd> </dl> </li> </ul> <a name="exceededRateLimitation--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>exceededRateLimitation</h4> <pre>public boolean exceededRateLimitation()</pre> <div class="block">Tests if the exception is caused by rate limitation exceed</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>if the exception is caused by rate limitation exceed</dd> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>Twitter4J 2.1.2</dd> <dt><span class="seeLabel">See Also:</span></dt> <dd><a href="https://dev.twitter.com/docs/rate-limiting">Rate Limiting | Twitter Developers</a></dd> </dl> </li> </ul> <a name="resourceNotFound--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>resourceNotFound</h4> <pre>public boolean resourceNotFound()</pre> <div class="block">Tests if the exception is caused by non-existing resource</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>if the exception is caused by non-existing resource</dd> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>Twitter4J 2.1.2</dd> </dl> </li> </ul> <a name="getExceptionCode--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getExceptionCode</h4> <pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getExceptionCode()</pre> <div class="block">Returns a hexadecimal representation of this exception stacktrace.<br> An exception code is a hexadecimal representation of the stacktrace which enables it easier to Google known issues.<br> Format : XXXXXXXX:YYYYYYYY[ XX:YY]<br> Where XX is a hash code of stacktrace without line number<br> YY is a hash code of stacktrace excluding line number<br> [-XX:YY] will appear when this instance a root cause</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>a hexadecimal representation of this exception stacktrace</dd> </dl> </li> </ul> <a name="getErrorMessage--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>getErrorMessage</h4> <pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> getErrorMessage()</pre> <div class="block">Returns error message from the API if available.</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>error message from the API</dd> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>Twitter4J 2.2.3</dd> </dl> </li> </ul> <a name="isErrorMessageAvailable--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>isErrorMessageAvailable</h4> <pre>public boolean isErrorMessageAvailable()</pre> <div class="block">Tests if error message from the API is available</div> <dl> <dt><span class="returnLabel">Returns:</span></dt> <dd>true if error message from the API is available</dd> <dt><span class="simpleTagLabel">Since:</span></dt> <dd>Twitter4J 2.2.3</dd> </dl> </li> </ul> <a name="equals-java.lang.Object-"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>equals</h4> <pre>public boolean equals(<a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a> o)</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> </dl> </li> </ul> <a name="hashCode--"> <!-- --> </a> <ul class="blockList"> <li class="blockList"> <h4>hashCode</h4> <pre>public int hashCode()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></code></dd> </dl> </li> </ul> <a name="toString--"> <!-- --> </a> <ul class="blockListLast"> <li class="blockList"> <h4>toString</h4> <pre>public <a href="http://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a> toString()</pre> <dl> <dt><span class="overrideSpecifyLabel">Overrides:</span></dt> <dd><code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true#toString--" title="class or interface in java.lang">toString</a></code> in class <code><a href="http://docs.oracle.com/javase/8/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></code></dd> </dl> </li> </ul> </li> </ul> </li> </ul> </div> </div> <!-- ========= END OF CLASS DATA ========= --> <!-- ======= START OF BOTTOM NAVBAR ====== --> <div class="bottomNav"><a name="navbar.bottom"> <!-- --> </a> <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div> <a name="navbar.bottom.firstrow"> <!-- --> </a> <ul class="navList" title="Navigation"> <li><a href="../overview-summary.html">Overview</a></li> <li><a href="package-summary.html">Package</a></li> <li class="navBarCell1Rev">Class</li> <li><a href="class-use/TwitterException.html">Use</a></li> <li><a href="package-tree.html">Tree</a></li> <li><a href="../deprecated-list.html">Deprecated</a></li> <li><a href="../index-all.html">Index</a></li> <li><a href="../help-doc.html">Help</a></li> </ul> </div> <div class="subNav"> <ul class="navList"> <li><a href="../twitter4j/TwitterBase.html" title="interface in twitter4j"><span class="typeNameLink">Prev Class</span></a></li> <li><a href="../twitter4j/TwitterFactory.html" title="class in twitter4j"><span class="typeNameLink">Next Class</span></a></li> </ul> <ul class="navList"> <li><a href="../index.html?twitter4j/TwitterException.html" target="_top">Frames</a></li> <li><a href="TwitterException.html" target="_top">No Frames</a></li> </ul> <ul class="navList" id="allclasses_navbar_bottom"> <li><a href="../allclasses-noframe.html">All Classes</a></li> </ul> <div> <script type="text/javascript"><!-- allClassesLink = document.getElementById("allclasses_navbar_bottom"); if(window==top) { allClassesLink.style.display = "block"; } else { allClassesLink.style.display = "none"; } //--> </script> </div> <div> <ul class="subNavList"> <li>Summary: </li> <li>Nested | </li> <li>Field | </li> <li><a href="#constructor.summary">Constr</a> | </li> <li><a href="#method.summary">Method</a></li> </ul> <ul class="subNavList"> <li>Detail: </li> <li>Field | </li> <li><a href="#constructor.detail">Constr</a> | </li> <li><a href="#method.detail">Method</a></li> </ul> </div> <a name="skip.navbar.bottom"> <!-- --> </a></div> <!-- ======== END OF BOTTOM NAVBAR ======= --> <p class="legalCopy"><small>Copyright © 2018. All rights reserved.</small></p> </body> </html>