Changeset 15078
- Timestamp:
- 07/03/08 11:03:40 (6 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/java/sabotter/trunk/src/jp/xet/eclipse/sabotter/core/twitter/TwitterAdapterWrapper.java
r15065 r15078 91 91 public void onException(TwitterException ex, int method) { 92 92 if (ex.getStatusCode() == 400) { // タイムライン取得制限 93 SabotterPlugin.handleException(ex, SabotterPlugin.DIALOG, "API タイム制限です");93 SabotterPlugin.handleException(ex, SabotterPlugin.DIALOG, "API limit rate over."); 94 94 } 95 95 ex.printStackTrace();
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)