Documentation

Exception

Interfaces, Classes, Traits and Enums

EmbeddedResourceNotUniqueException
Raised when trying to find an embedded Resource by its relation type (rel) with the {@link Resource#getEmbeddedResource(Rel)} method but the value is an array of embedded Resources.
EmbeddedResourceUniqueException
Raised when trying to find an embedded Resource by its relation type (rel) with the {@link Resource#getEmbeddedResources(Rel)} method but the value is a unique embedded Resource.
HttpClientErrorException
Raised when the server responds with an 4XX HTTP.
HttpException
Raised when the server responds with an HTTP error code.
HttpRedirectionException
Raised when the server responds with an 3XX HTTP.
HttpServerErrorException
Raised when the server responds with an 5XX HTTP.
LinkNotUniqueException
Raised when trying to find a Link by its relation type (rel) with the {@link Resource#getLink(Rel)} method but the value is an array of Links.
LinkUniqueException
Raised when trying to find a Link by its relation type (rel) with the {@link Resource#getLinks(Rel)} method but the value is a unique Link.
RelNotFoundException
Raised when trying to get a link or an embedded resource by a non-existing relation type (Rel).

Search results