Package com.restfb.exception
Class ThreadsApiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionThreadsApiException(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, getIsTransientMethods inherited from class com.restfb.exception.FacebookErrorMessageException
getDebugHeaderInfo, getRawErrorJson, setDebugHeaderInfo, setRawErrorJsonMethods 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)
-