Package com.restfb.exception
Class InstagramApiException
- All Implemented Interfaces:
Serializable
Exception for errors that occur when interacting with the Instagram Graph API using the Instagram Login.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInstagramApiException
(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
-
InstagramApiException
public InstagramApiException(String errorType, String errorMessage, Integer errorCode, Integer errorSubcode, Integer httpStatusCode, boolean isTransient, JsonObject rawError)
-