fc50b577788fab72b63bc5347ba0d432503dc406
[website] / dist / facebook-utils-2.5.0 / apidocs / de / juplo / facebook / exceptions / package-summary.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2 <!-- NewPage -->
3 <html lang="de">
4 <head>
5 <!-- Generated by javadoc (1.8.0_66) on Tue Nov 10 15:24:43 CET 2015 -->
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7 <title>de.juplo.facebook.exceptions (Juplo - Facebook Utils 2.5.0 API)</title>
8 <meta name="date" content="2015-11-10">
9 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
10 <script type="text/javascript" src="../../../../script.js"></script>
11 </head>
12 <body>
13 <script type="text/javascript"><!--
14     try {
15         if (location.href.indexOf('is-external=true') == -1) {
16             parent.document.title="de.juplo.facebook.exceptions (Juplo - Facebook Utils 2.5.0 API)";
17         }
18     }
19     catch(err) {
20     }
21 //-->
22 </script>
23 <noscript>
24 <div>JavaScript is disabled on your browser.</div>
25 </noscript>
26 <!-- ========= START OF TOP NAVBAR ======= -->
27 <div class="topNav"><a name="navbar.top">
28 <!--   -->
29 </a>
30 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
31 <a name="navbar.top.firstrow">
32 <!--   -->
33 </a>
34 <ul class="navList" title="Navigation">
35 <li><a href="../../../../overview-summary.html">Overview</a></li>
36 <li class="navBarCell1Rev">Package</li>
37 <li>Class</li>
38 <li><a href="package-use.html">Use</a></li>
39 <li><a href="package-tree.html">Tree</a></li>
40 <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
41 <li><a href="../../../../index-all.html">Index</a></li>
42 <li><a href="../../../../help-doc.html">Help</a></li>
43 </ul>
44 </div>
45 <div class="subNav">
46 <ul class="navList">
47 <li><a href="../../../../de/juplo/facebook/client/package-summary.html">Prev&nbsp;Package</a></li>
48 <li><a href="../../../../de/juplo/facebook/token/package-summary.html">Next&nbsp;Package</a></li>
49 </ul>
50 <ul class="navList">
51 <li><a href="../../../../index.html?de/juplo/facebook/exceptions/package-summary.html" target="_top">Frames</a></li>
52 <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
53 </ul>
54 <ul class="navList" id="allclasses_navbar_top">
55 <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
56 </ul>
57 <div>
58 <script type="text/javascript"><!--
59   allClassesLink = document.getElementById("allclasses_navbar_top");
60   if(window==top) {
61     allClassesLink.style.display = "block";
62   }
63   else {
64     allClassesLink.style.display = "none";
65   }
66   //-->
67 </script>
68 </div>
69 <a name="skip.navbar.top">
70 <!--   -->
71 </a></div>
72 <!-- ========= END OF TOP NAVBAR ========= -->
73 <div class="header">
74 <h1 title="Package" class="title">Package&nbsp;de.juplo.facebook.exceptions</h1>
75 </div>
76 <div class="contentContainer">
77 <ul class="blockList">
78 <li class="blockList">
79 <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Class Summary table, listing classes, and an explanation">
80 <caption><span>Class Summary</span><span class="tabEnd">&nbsp;</span></caption>
81 <tr>
82 <th class="colFirst" scope="col">Class</th>
83 <th class="colLast" scope="col">Description</th>
84 </tr>
85 <tbody>
86 <tr class="altColor">
87 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions">GraphApiException.FacebookErrorMessage</a></td>
88 <td class="colLast">
89 <div class="block">This class represents an error message from the Graph-API</div>
90 </td>
91 </tr>
92 </tbody>
93 </table>
94 </li>
95 <li class="blockList">
96 <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Enum Summary table, listing enums, and an explanation">
97 <caption><span>Enum Summary</span><span class="tabEnd">&nbsp;</span></caption>
98 <tr>
99 <th class="colFirst" scope="col">Enum</th>
100 <th class="colLast" scope="col">Description</th>
101 </tr>
102 <tbody>
103 <tr class="altColor">
104 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.Type.html" title="enum in de.juplo.facebook.exceptions">GraphApiException.Type</a></td>
105 <td class="colLast">&nbsp;</td>
106 </tr>
107 </tbody>
108 </table>
109 </li>
110 <li class="blockList">
111 <table class="typeSummary" border="0" cellpadding="3" cellspacing="0" summary="Exception Summary table, listing exceptions, and an explanation">
112 <caption><span>Exception Summary</span><span class="tabEnd">&nbsp;</span></caption>
113 <tr>
114 <th class="colFirst" scope="col">Exception</th>
115 <th class="colLast" scope="col">Description</th>
116 </tr>
117 <tbody>
118 <tr class="altColor">
119 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/AccessTokenRequiredException.html" title="class in de.juplo.facebook.exceptions">AccessTokenRequiredException</a></td>
120 <td class="colLast">
121 <div class="block">104: An access token is required to request this resource.</div>
122 </td>
123 </tr>
124 <tr class="rowColor">
125 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/CallbackVerificationFailedException.html" title="class in de.juplo.facebook.exceptions">CallbackVerificationFailedException</a></td>
126 <td class="colLast">
127 <div class="block">2200: Callback verification failed.</div>
128 </td>
129 </tr>
130 <tr class="altColor">
131 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></td>
132 <td class="colLast">
133 <div class="block">Base exception for Facebook Graph-Api exceptions.</div>
134 </td>
135 </tr>
136 <tr class="rowColor">
137 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/GraphMethodException.html" title="class in de.juplo.facebook.exceptions">GraphMethodException</a></td>
138 <td class="colLast">
139 <div class="block">Baseclass for exceptions of type <code>GraphMethodException</code>.</div>
140 </td>
141 </tr>
142 <tr class="altColor">
143 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/OAuthException.html" title="class in de.juplo.facebook.exceptions">OAuthException</a></td>
144 <td class="colLast">
145 <div class="block">Baseclass for exceptions of type <code>OAuthException</code>.</div>
146 </td>
147 </tr>
148 <tr class="rowColor">
149 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/PageMigratedException.html" title="class in de.juplo.facebook.exceptions">PageMigratedException</a></td>
150 <td class="colLast">
151 <div class="block">21: Page ID (XXX) was migrated to page ID (YYY).</div>
152 </td>
153 </tr>
154 <tr class="altColor">
155 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/RateExceededException.html" title="class in de.juplo.facebook.exceptions">RateExceededException</a></td>
156 <td class="colLast">
157 <div class="block">613: Calls to stream have exceeded the rate of 600 calls per 600 seconds.</div>
158 </td>
159 </tr>
160 <tr class="rowColor">
161 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/UnexpectedErrorException.html" title="class in de.juplo.facebook.exceptions">UnexpectedErrorException</a></td>
162 <td class="colLast">
163 <div class="block">2: An unexpected error has occurred.</div>
164 </td>
165 </tr>
166 <tr class="altColor">
167 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/UnknownErrorException.html" title="class in de.juplo.facebook.exceptions">UnknownErrorException</a></td>
168 <td class="colLast">
169 <div class="block">1: An unknown error has occurred.</div>
170 </td>
171 </tr>
172 <tr class="rowColor">
173 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/UnmappedErrorException.html" title="class in de.juplo.facebook.exceptions">UnmappedErrorException</a></td>
174 <td class="colLast">
175 <div class="block">Marker class for error-messages, that are not mapped yet.</div>
176 </td>
177 </tr>
178 <tr class="altColor">
179 <td class="colFirst"><a href="../../../../de/juplo/facebook/exceptions/UnsupportedGetRequestException.html" title="class in de.juplo.facebook.exceptions">UnsupportedGetRequestException</a></td>
180 <td class="colLast">
181 <div class="block">100: Unsupported get request.</div>
182 </td>
183 </tr>
184 </tbody>
185 </table>
186 </li>
187 </ul>
188 </div>
189 <!-- ======= START OF BOTTOM NAVBAR ====== -->
190 <div class="bottomNav"><a name="navbar.bottom">
191 <!--   -->
192 </a>
193 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
194 <a name="navbar.bottom.firstrow">
195 <!--   -->
196 </a>
197 <ul class="navList" title="Navigation">
198 <li><a href="../../../../overview-summary.html">Overview</a></li>
199 <li class="navBarCell1Rev">Package</li>
200 <li>Class</li>
201 <li><a href="package-use.html">Use</a></li>
202 <li><a href="package-tree.html">Tree</a></li>
203 <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
204 <li><a href="../../../../index-all.html">Index</a></li>
205 <li><a href="../../../../help-doc.html">Help</a></li>
206 </ul>
207 </div>
208 <div class="subNav">
209 <ul class="navList">
210 <li><a href="../../../../de/juplo/facebook/client/package-summary.html">Prev&nbsp;Package</a></li>
211 <li><a href="../../../../de/juplo/facebook/token/package-summary.html">Next&nbsp;Package</a></li>
212 </ul>
213 <ul class="navList">
214 <li><a href="../../../../index.html?de/juplo/facebook/exceptions/package-summary.html" target="_top">Frames</a></li>
215 <li><a href="package-summary.html" target="_top">No&nbsp;Frames</a></li>
216 </ul>
217 <ul class="navList" id="allclasses_navbar_bottom">
218 <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
219 </ul>
220 <div>
221 <script type="text/javascript"><!--
222   allClassesLink = document.getElementById("allclasses_navbar_bottom");
223   if(window==top) {
224     allClassesLink.style.display = "block";
225   }
226   else {
227     allClassesLink.style.display = "none";
228   }
229   //-->
230 </script>
231 </div>
232 <a name="skip.navbar.bottom">
233 <!--   -->
234 </a></div>
235 <!-- ======== END OF BOTTOM NAVBAR ======= -->
236 <p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
237 </body>
238 </html>