Projekt-Dokumentation (Aktueller Stand von juplo.de) hinzugefĆ¼gt
[website] / dist / facebook-utils-2.5.0 / apidocs / de / juplo / facebook / exceptions / GraphApiException.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>GraphApiException (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="GraphApiException (Juplo - Facebook Utils 2.5.0 API)";
17         }
18     }
19     catch(err) {
20     }
21 //-->
22 var methods = {"i0":9,"i1":9,"i2":9,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
23 var tabs = {65535:["t0","All Methods"],1:["t1","Static Methods"],2:["t2","Instance Methods"],8:["t4","Concrete Methods"]};
24 var altColor = "altColor";
25 var rowColor = "rowColor";
26 var tableTab = "tableTab";
27 var activeTableTab = "activeTableTab";
28 </script>
29 <noscript>
30 <div>JavaScript is disabled on your browser.</div>
31 </noscript>
32 <!-- ========= START OF TOP NAVBAR ======= -->
33 <div class="topNav"><a name="navbar.top">
34 <!--   -->
35 </a>
36 <div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
37 <a name="navbar.top.firstrow">
38 <!--   -->
39 </a>
40 <ul class="navList" title="Navigation">
41 <li><a href="../../../../overview-summary.html">Overview</a></li>
42 <li><a href="package-summary.html">Package</a></li>
43 <li class="navBarCell1Rev">Class</li>
44 <li><a href="class-use/GraphApiException.html">Use</a></li>
45 <li><a href="package-tree.html">Tree</a></li>
46 <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
47 <li><a href="../../../../index-all.html">Index</a></li>
48 <li><a href="../../../../help-doc.html">Help</a></li>
49 </ul>
50 </div>
51 <div class="subNav">
52 <ul class="navList">
53 <li><a href="../../../../de/juplo/facebook/exceptions/CallbackVerificationFailedException.html" title="class in de.juplo.facebook.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
54 <li><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
55 </ul>
56 <ul class="navList">
57 <li><a href="../../../../index.html?de/juplo/facebook/exceptions/GraphApiException.html" target="_top">Frames</a></li>
58 <li><a href="GraphApiException.html" target="_top">No&nbsp;Frames</a></li>
59 </ul>
60 <ul class="navList" id="allclasses_navbar_top">
61 <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
62 </ul>
63 <div>
64 <script type="text/javascript"><!--
65   allClassesLink = document.getElementById("allclasses_navbar_top");
66   if(window==top) {
67     allClassesLink.style.display = "block";
68   }
69   else {
70     allClassesLink.style.display = "none";
71   }
72   //-->
73 </script>
74 </div>
75 <div>
76 <ul class="subNavList">
77 <li>Summary:&nbsp;</li>
78 <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
79 <li><a href="#fields.inherited.from.class.org.springframework.security.oauth2.common.exceptions.OAuth2Exception">Field</a>&nbsp;|&nbsp;</li>
80 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
81 <li><a href="#method.summary">Method</a></li>
82 </ul>
83 <ul class="subNavList">
84 <li>Detail:&nbsp;</li>
85 <li>Field&nbsp;|&nbsp;</li>
86 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
87 <li><a href="#method.detail">Method</a></li>
88 </ul>
89 </div>
90 <a name="skip.navbar.top">
91 <!--   -->
92 </a></div>
93 <!-- ========= END OF TOP NAVBAR ========= -->
94 <!-- ======== START OF CLASS DATA ======== -->
95 <div class="header">
96 <div class="subTitle">de.juplo.facebook.exceptions</div>
97 <h2 title="Class GraphApiException" class="title">Class GraphApiException</h2>
98 </div>
99 <div class="contentContainer">
100 <ul class="inheritance">
101 <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">java.lang.Object</a></li>
102 <li>
103 <ul class="inheritance">
104 <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">java.lang.Throwable</a></li>
105 <li>
106 <ul class="inheritance">
107 <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang">java.lang.Exception</a></li>
108 <li>
109 <ul class="inheritance">
110 <li><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang">java.lang.RuntimeException</a></li>
111 <li>
112 <ul class="inheritance">
113 <li>org.springframework.security.oauth2.common.exceptions.OAuth2Exception</li>
114 <li>
115 <ul class="inheritance">
116 <li>de.juplo.facebook.exceptions.GraphApiException</li>
117 </ul>
118 </li>
119 </ul>
120 </li>
121 </ul>
122 </li>
123 </ul>
124 </li>
125 </ul>
126 </li>
127 </ul>
128 <div class="description">
129 <ul class="blockList">
130 <li class="blockList">
131 <dl>
132 <dt>All Implemented Interfaces:</dt>
133 <dd><a href="http://docs.oracle.com/javase/7/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</a></dd>
134 </dl>
135 <dl>
136 <dt>Direct Known Subclasses:</dt>
137 <dd><a href="../../../../de/juplo/facebook/exceptions/GraphMethodException.html" title="class in de.juplo.facebook.exceptions">GraphMethodException</a>, <a href="../../../../de/juplo/facebook/exceptions/OAuthException.html" title="class in de.juplo.facebook.exceptions">OAuthException</a>, <a href="../../../../de/juplo/facebook/exceptions/UnmappedErrorException.html" title="class in de.juplo.facebook.exceptions">UnmappedErrorException</a></dd>
138 </dl>
139 <hr>
140 <br>
141 <pre>public class <span class="typeNameLabel">GraphApiException</span>
142 extends org.springframework.security.oauth2.common.exceptions.OAuth2Exception</pre>
143 <div class="block">Base exception for Facebook Graph-Api exceptions.</div>
144 <dl>
145 <dt><span class="simpleTagLabel">Author:</span></dt>
146 <dd>Kai Moritz</dd>
147 <dt><span class="seeLabel">See Also:</span></dt>
148 <dd><a href="../../../../serialized-form.html#de.juplo.facebook.exceptions.GraphApiException">Serialized Form</a></dd>
149 </dl>
150 </li>
151 </ul>
152 </div>
153 <div class="summary">
154 <ul class="blockList">
155 <li class="blockList">
156 <!-- ======== NESTED CLASS SUMMARY ======== -->
157 <ul class="blockList">
158 <li class="blockList"><a name="nested.class.summary">
159 <!--   -->
160 </a>
161 <h3>Nested Class Summary</h3>
162 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Nested Class Summary table, listing nested classes, and an explanation">
163 <caption><span>Nested Classes</span><span class="tabEnd">&nbsp;</span></caption>
164 <tr>
165 <th class="colFirst" scope="col">Modifier and Type</th>
166 <th class="colLast" scope="col">Class and Description</th>
167 </tr>
168 <tr class="altColor">
169 <td class="colFirst"><code>static class&nbsp;</code></td>
170 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions">GraphApiException.FacebookErrorMessage</a></span></code>
171 <div class="block">This class represents an error message from the Graph-API</div>
172 </td>
173 </tr>
174 <tr class="rowColor">
175 <td class="colFirst"><code>static class&nbsp;</code></td>
176 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.Type.html" title="enum in de.juplo.facebook.exceptions">GraphApiException.Type</a></span></code>&nbsp;</td>
177 </tr>
178 </table>
179 </li>
180 </ul>
181 <!-- =========== FIELD SUMMARY =========== -->
182 <ul class="blockList">
183 <li class="blockList"><a name="field.summary">
184 <!--   -->
185 </a>
186 <h3>Field Summary</h3>
187 <ul class="blockList">
188 <li class="blockList"><a name="fields.inherited.from.class.org.springframework.security.oauth2.common.exceptions.OAuth2Exception">
189 <!--   -->
190 </a>
191 <h3>Fields inherited from class&nbsp;org.springframework.security.oauth2.common.exceptions.OAuth2Exception</h3>
192 <code>ACCESS_DENIED, DESCRIPTION, ERROR, INSUFFICIENT_SCOPE, INVALID_CLIENT, INVALID_GRANT, INVALID_REQUEST, INVALID_SCOPE, INVALID_TOKEN, REDIRECT_URI_MISMATCH, UNAUTHORIZED_CLIENT, UNSUPPORTED_GRANT_TYPE, UNSUPPORTED_RESPONSE_TYPE, URI</code></li>
193 </ul>
194 </li>
195 </ul>
196 <!-- ======== CONSTRUCTOR SUMMARY ======== -->
197 <ul class="blockList">
198 <li class="blockList"><a name="constructor.summary">
199 <!--   -->
200 </a>
201 <h3>Constructor Summary</h3>
202 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Constructor Summary table, listing constructors, and an explanation">
203 <caption><span>Constructors</span><span class="tabEnd">&nbsp;</span></caption>
204 <tr>
205 <th class="colFirst" scope="col">Modifier</th>
206 <th class="colLast" scope="col">Constructor and Description</th>
207 </tr>
208 <tr class="altColor">
209 <td class="colFirst"><code>protected </code></td>
210 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#GraphApiException-de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage-">GraphApiException</a></span>(<a href="../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions">GraphApiException.FacebookErrorMessage</a>&nbsp;error)</code>&nbsp;</td>
211 </tr>
212 </table>
213 </li>
214 </ul>
215 <!-- ========== METHOD SUMMARY =========== -->
216 <ul class="blockList">
217 <li class="blockList"><a name="method.summary">
218 <!--   -->
219 </a>
220 <h3>Method Summary</h3>
221 <table class="memberSummary" border="0" cellpadding="3" cellspacing="0" summary="Method Summary table, listing methods, and an explanation">
222 <caption><span id="t0" class="activeTableTab"><span>All Methods</span><span class="tabEnd">&nbsp;</span></span><span id="t1" class="tableTab"><span><a href="javascript:show(1);">Static Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t2" class="tableTab"><span><a href="javascript:show(2);">Instance Methods</a></span><span class="tabEnd">&nbsp;</span></span><span id="t4" class="tableTab"><span><a href="javascript:show(8);">Concrete Methods</a></span><span class="tabEnd">&nbsp;</span></span></caption>
223 <tr>
224 <th class="colFirst" scope="col">Modifier and Type</th>
225 <th class="colLast" scope="col">Method and Description</th>
226 </tr>
227 <tr id="i0" class="altColor">
228 <td class="colFirst"><code>static <a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></code></td>
229 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#create-byte:A-">create</a></span>(byte[]&nbsp;message)</code>&nbsp;</td>
230 </tr>
231 <tr id="i1" class="rowColor">
232 <td class="colFirst"><code>static <a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></code></td>
233 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#create-de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage-">create</a></span>(<a href="../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions">GraphApiException.FacebookErrorMessage</a>&nbsp;error)</code>&nbsp;</td>
234 </tr>
235 <tr id="i2" class="altColor">
236 <td class="colFirst"><code>static <a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a></code></td>
237 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#create-java.io.InputStream-">create</a></span>(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in)</code>&nbsp;</td>
238 </tr>
239 <tr id="i3" class="rowColor">
240 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
241 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#getCode--">getCode</a></span>()</code>&nbsp;</td>
242 </tr>
243 <tr id="i4" class="altColor">
244 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a></code></td>
245 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#getSubCode--">getSubCode</a></span>()</code>&nbsp;</td>
246 </tr>
247 <tr id="i5" class="rowColor">
248 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
249 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#getTraceId--">getTraceId</a></span>()</code>&nbsp;</td>
250 </tr>
251 <tr id="i6" class="altColor">
252 <td class="colFirst"><code><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.Type.html" title="enum in de.juplo.facebook.exceptions">GraphApiException.Type</a></code></td>
253 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#getType--">getType</a></span>()</code>&nbsp;</td>
254 </tr>
255 <tr id="i7" class="rowColor">
256 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
257 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#getUserMessage--">getUserMessage</a></span>()</code>&nbsp;</td>
258 </tr>
259 <tr id="i8" class="altColor">
260 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
261 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#getUserTitle--">getUserTitle</a></span>()</code>&nbsp;</td>
262 </tr>
263 <tr id="i9" class="rowColor">
264 <td class="colFirst"><code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a></code></td>
265 <td class="colLast"><code><span class="memberNameLink"><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html#toString--">toString</a></span>()</code>&nbsp;</td>
266 </tr>
267 </table>
268 <ul class="blockList">
269 <li class="blockList"><a name="methods.inherited.from.class.org.springframework.security.oauth2.common.exceptions.OAuth2Exception">
270 <!--   -->
271 </a>
272 <h3>Methods inherited from class&nbsp;org.springframework.security.oauth2.common.exceptions.OAuth2Exception</h3>
273 <code>addAdditionalInformation, create, getAdditionalInformation, getHttpErrorCode, getOAuth2ErrorCode, getSummary, valueOf</code></li>
274 </ul>
275 <ul class="blockList">
276 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Throwable">
277 <!--   -->
278 </a>
279 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang">Throwable</a></h3>
280 <code><a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Throwable.html?is-external=true#getMessage--" title="class or interface in java.lang">getMessage</a>, <a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/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/7/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/7/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>
281 </ul>
282 <ul class="blockList">
283 <li class="blockList"><a name="methods.inherited.from.class.java.lang.Object">
284 <!--   -->
285 </a>
286 <h3>Methods inherited from class&nbsp;java.lang.<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang">Object</a></h3>
287 <code><a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#clone--" title="class or interface in java.lang">clone</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#equals-java.lang.Object-" title="class or interface in java.lang">equals</a>, <a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Object.html?is-external=true#finalize--" title="class or interface in java.lang">finalize</a>, <a href="http://docs.oracle.com/javase/7/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/7/docs/api/java/lang/Object.html?is-external=true#hashCode--" title="class or interface in java.lang">hashCode</a>, <a href="http://docs.oracle.com/javase/7/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/7/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/7/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/7/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/7/docs/api/java/lang/Object.html?is-external=true#wait-long-int-" title="class or interface in java.lang">wait</a></code></li>
288 </ul>
289 </li>
290 </ul>
291 </li>
292 </ul>
293 </div>
294 <div class="details">
295 <ul class="blockList">
296 <li class="blockList">
297 <!-- ========= CONSTRUCTOR DETAIL ======== -->
298 <ul class="blockList">
299 <li class="blockList"><a name="constructor.detail">
300 <!--   -->
301 </a>
302 <h3>Constructor Detail</h3>
303 <a name="GraphApiException-de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage-">
304 <!--   -->
305 </a>
306 <ul class="blockListLast">
307 <li class="blockList">
308 <h4>GraphApiException</h4>
309 <pre>protected&nbsp;GraphApiException(<a href="../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions">GraphApiException.FacebookErrorMessage</a>&nbsp;error)</pre>
310 </li>
311 </ul>
312 </li>
313 </ul>
314 <!-- ============ METHOD DETAIL ========== -->
315 <ul class="blockList">
316 <li class="blockList"><a name="method.detail">
317 <!--   -->
318 </a>
319 <h3>Method Detail</h3>
320 <a name="create-java.io.InputStream-">
321 <!--   -->
322 </a>
323 <ul class="blockList">
324 <li class="blockList">
325 <h4>create</h4>
326 <pre>public static&nbsp;<a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a>&nbsp;create(<a href="http://docs.oracle.com/javase/7/docs/api/java/io/InputStream.html?is-external=true" title="class or interface in java.io">InputStream</a>&nbsp;in)
327                                 throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
328                                        com.fasterxml.jackson.core.JsonParseException,
329                                        com.fasterxml.jackson.databind.JsonMappingException</pre>
330 <dl>
331 <dt><span class="throwsLabel">Throws:</span></dt>
332 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
333 <dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
334 <dd><code>com.fasterxml.jackson.databind.JsonMappingException</code></dd>
335 </dl>
336 </li>
337 </ul>
338 <a name="create-byte:A-">
339 <!--   -->
340 </a>
341 <ul class="blockList">
342 <li class="blockList">
343 <h4>create</h4>
344 <pre>public static&nbsp;<a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a>&nbsp;create(byte[]&nbsp;message)
345                                 throws <a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a>,
346                                        com.fasterxml.jackson.core.JsonParseException,
347                                        com.fasterxml.jackson.databind.JsonMappingException</pre>
348 <dl>
349 <dt><span class="throwsLabel">Throws:</span></dt>
350 <dd><code><a href="http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true" title="class or interface in java.io">IOException</a></code></dd>
351 <dd><code>com.fasterxml.jackson.core.JsonParseException</code></dd>
352 <dd><code>com.fasterxml.jackson.databind.JsonMappingException</code></dd>
353 </dl>
354 </li>
355 </ul>
356 <a name="create-de.juplo.facebook.exceptions.GraphApiException.FacebookErrorMessage-">
357 <!--   -->
358 </a>
359 <ul class="blockList">
360 <li class="blockList">
361 <h4>create</h4>
362 <pre>public static&nbsp;<a href="../../../../de/juplo/facebook/exceptions/GraphApiException.html" title="class in de.juplo.facebook.exceptions">GraphApiException</a>&nbsp;create(<a href="../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions">GraphApiException.FacebookErrorMessage</a>&nbsp;error)</pre>
363 </li>
364 </ul>
365 <a name="getType--">
366 <!--   -->
367 </a>
368 <ul class="blockList">
369 <li class="blockList">
370 <h4>getType</h4>
371 <pre>public&nbsp;<a href="../../../../de/juplo/facebook/exceptions/GraphApiException.Type.html" title="enum in de.juplo.facebook.exceptions">GraphApiException.Type</a>&nbsp;getType()</pre>
372 </li>
373 </ul>
374 <a name="getCode--">
375 <!--   -->
376 </a>
377 <ul class="blockList">
378 <li class="blockList">
379 <h4>getCode</h4>
380 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getCode()</pre>
381 </li>
382 </ul>
383 <a name="getSubCode--">
384 <!--   -->
385 </a>
386 <ul class="blockList">
387 <li class="blockList">
388 <h4>getSubCode</h4>
389 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/Integer.html?is-external=true" title="class or interface in java.lang">Integer</a>&nbsp;getSubCode()</pre>
390 </li>
391 </ul>
392 <a name="getUserTitle--">
393 <!--   -->
394 </a>
395 <ul class="blockList">
396 <li class="blockList">
397 <h4>getUserTitle</h4>
398 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getUserTitle()</pre>
399 </li>
400 </ul>
401 <a name="getUserMessage--">
402 <!--   -->
403 </a>
404 <ul class="blockList">
405 <li class="blockList">
406 <h4>getUserMessage</h4>
407 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getUserMessage()</pre>
408 </li>
409 </ul>
410 <a name="getTraceId--">
411 <!--   -->
412 </a>
413 <ul class="blockList">
414 <li class="blockList">
415 <h4>getTraceId</h4>
416 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;getTraceId()</pre>
417 </li>
418 </ul>
419 <a name="toString--">
420 <!--   -->
421 </a>
422 <ul class="blockListLast">
423 <li class="blockList">
424 <h4>toString</h4>
425 <pre>public&nbsp;<a href="http://docs.oracle.com/javase/7/docs/api/java/lang/String.html?is-external=true" title="class or interface in java.lang">String</a>&nbsp;toString()</pre>
426 <dl>
427 <dt><span class="overrideSpecifyLabel">Overrides:</span></dt>
428 <dd><code>toString</code>&nbsp;in class&nbsp;<code>org.springframework.security.oauth2.common.exceptions.OAuth2Exception</code></dd>
429 </dl>
430 </li>
431 </ul>
432 </li>
433 </ul>
434 </li>
435 </ul>
436 </div>
437 </div>
438 <!-- ========= END OF CLASS DATA ========= -->
439 <!-- ======= START OF BOTTOM NAVBAR ====== -->
440 <div class="bottomNav"><a name="navbar.bottom">
441 <!--   -->
442 </a>
443 <div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
444 <a name="navbar.bottom.firstrow">
445 <!--   -->
446 </a>
447 <ul class="navList" title="Navigation">
448 <li><a href="../../../../overview-summary.html">Overview</a></li>
449 <li><a href="package-summary.html">Package</a></li>
450 <li class="navBarCell1Rev">Class</li>
451 <li><a href="class-use/GraphApiException.html">Use</a></li>
452 <li><a href="package-tree.html">Tree</a></li>
453 <li><a href="../../../../deprecated-list.html">Deprecated</a></li>
454 <li><a href="../../../../index-all.html">Index</a></li>
455 <li><a href="../../../../help-doc.html">Help</a></li>
456 </ul>
457 </div>
458 <div class="subNav">
459 <ul class="navList">
460 <li><a href="../../../../de/juplo/facebook/exceptions/CallbackVerificationFailedException.html" title="class in de.juplo.facebook.exceptions"><span class="typeNameLink">Prev&nbsp;Class</span></a></li>
461 <li><a href="../../../../de/juplo/facebook/exceptions/GraphApiException.FacebookErrorMessage.html" title="class in de.juplo.facebook.exceptions"><span class="typeNameLink">Next&nbsp;Class</span></a></li>
462 </ul>
463 <ul class="navList">
464 <li><a href="../../../../index.html?de/juplo/facebook/exceptions/GraphApiException.html" target="_top">Frames</a></li>
465 <li><a href="GraphApiException.html" target="_top">No&nbsp;Frames</a></li>
466 </ul>
467 <ul class="navList" id="allclasses_navbar_bottom">
468 <li><a href="../../../../allclasses-noframe.html">All&nbsp;Classes</a></li>
469 </ul>
470 <div>
471 <script type="text/javascript"><!--
472   allClassesLink = document.getElementById("allclasses_navbar_bottom");
473   if(window==top) {
474     allClassesLink.style.display = "block";
475   }
476   else {
477     allClassesLink.style.display = "none";
478   }
479   //-->
480 </script>
481 </div>
482 <div>
483 <ul class="subNavList">
484 <li>Summary:&nbsp;</li>
485 <li><a href="#nested.class.summary">Nested</a>&nbsp;|&nbsp;</li>
486 <li><a href="#fields.inherited.from.class.org.springframework.security.oauth2.common.exceptions.OAuth2Exception">Field</a>&nbsp;|&nbsp;</li>
487 <li><a href="#constructor.summary">Constr</a>&nbsp;|&nbsp;</li>
488 <li><a href="#method.summary">Method</a></li>
489 </ul>
490 <ul class="subNavList">
491 <li>Detail:&nbsp;</li>
492 <li>Field&nbsp;|&nbsp;</li>
493 <li><a href="#constructor.detail">Constr</a>&nbsp;|&nbsp;</li>
494 <li><a href="#method.detail">Method</a></li>
495 </ul>
496 </div>
497 <a name="skip.navbar.bottom">
498 <!--   -->
499 </a></div>
500 <!-- ======== END OF BOTTOM NAVBAR ======= -->
501 <p class="legalCopy"><small>Copyright &#169; 2015. All rights reserved.</small></p>
502 </body>
503 </html>