Class CourierApiNotFoundError
- 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.CourierApiNotFoundError
-
- All Implemented Interfaces:
java.io.Serializable
public final class CourierApiNotFoundError extends CourierApiApiError
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CourierApiNotFoundError(NotFound body)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotFoundbody()-
Methods inherited from class com.courier.api.core.CourierApiApiError
statusCode, toString
-
-
-
-
Constructor Detail
-
CourierApiNotFoundError
public CourierApiNotFoundError(NotFound body)
-
-
Method Detail
-
body
public NotFound body()
- Overrides:
bodyin classCourierApiApiError- Returns:
- the body
-
-