Package com.restfb.exception
Class ThreadsApiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorDescriptionThreadsApiException
(String errorType, String errorMessage, Integer errorCode, Integer errorSubcode, Integer httpStatusCode, boolean isTransient, JsonObject rawError) -
Method Summary
Methods inherited from class com.restfb.exception.FacebookGraphException
getErrorCode, getErrorData, getErrorData, getErrorMessage, getErrorSubcode, getErrorType, getErrorUserMessage, getErrorUserTitle, getFbtraceId, getHttpStatusCode, getIsTransient
Methods inherited from class com.restfb.exception.FacebookErrorMessageException
getDebugHeaderInfo, getRawErrorJson, setDebugHeaderInfo, setRawErrorJson
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ThreadsApiException
public ThreadsApiException(String errorType, String errorMessage, Integer errorCode, Integer errorSubcode, Integer httpStatusCode, boolean isTransient, JsonObject rawError)
-