Package com.intercom.api.errors
Class NotFoundError
- 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.NotFoundError
-
- All Implemented Interfaces:
java.io.Serializable
public final class NotFoundError extends IntercomApiException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotFoundError(java.lang.Object body)NotFoundError(java.lang.Object body, okhttp3.Response rawResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Objectbody()-
Methods inherited from class com.intercom.api.core.IntercomApiException
headers, statusCode, toString
-
-
-
-
Method Detail
-
body
public java.lang.Object body()
- Overrides:
bodyin classIntercomApiException- Returns:
- the body
-
-