Package com.restfb.exception
Class ThreadsApiException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.restfb.exception.FacebookException
FacebookException.InfoData -
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 com.restfb.exception.FacebookException
getBasicMessage, getInfoData, getMessage, withInfoData, withInfoDataMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, 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)
-