Package com.intercom.api.errors
Class ForbiddenError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.intercom.api.core.IntercomException
com.intercom.api.core.IntercomApiException
com.intercom.api.errors.ForbiddenError
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForbiddenError(Error body) ForbiddenError(Error body, okhttp3.Response rawResponse) -
Method Summary
Methods inherited from class com.intercom.api.core.IntercomApiException
headers, statusCode, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ForbiddenError
-
ForbiddenError
-
-
Method Details
-
body
- Overrides:
bodyin classIntercomApiException- Returns:
- the body
-