Class CourierApiMessageNotFoundError
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.courier.api.core.CourierApiError
-
- com.courier.api.core.CourierApiApiError
-
- com.courier.api.resources.commons.errors.CourierApiMessageNotFoundError
-
- All Implemented Interfaces:
java.io.Serializable
public final class CourierApiMessageNotFoundError extends CourierApiApiError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CourierApiMessageNotFoundError(MessageNotFound body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MessageNotFoundbody()-
Methods inherited from class com.courier.api.core.CourierApiApiError
statusCode, toString
-
-
-
-
Constructor Detail
-
CourierApiMessageNotFoundError
public CourierApiMessageNotFoundError(MessageNotFound body)
-
-
Method Detail
-
body
public MessageNotFound body()
- Overrides:
bodyin classCourierApiApiError- Returns:
- the body
-
-