Uses of Class
de.digitalcollections.cudami.client.exceptions.HttpException
-
Packages that use HttpException Package Description de.digitalcollections.cudami.client de.digitalcollections.cudami.client.exceptions.client de.digitalcollections.cudami.client.exceptions.server -
-
Uses of HttpException in de.digitalcollections.cudami.client
Methods in de.digitalcollections.cudami.client that throw HttpException Modifier and Type Method Description de.digitalcollections.model.api.identifiable.IdentifiableCudamiIdentifiablesClient. getByIdentifier(String namespace, String id)de.digitalcollections.model.api.identifiable.entity.CollectionCudamiCollectionsClient. getCollection(UUID uuid)de.digitalcollections.model.api.identifiable.entity.CorporationCudamiCorporationsClient. getCorporation(UUID uuid)StringCudamiSystemClient. getDefaultLanguage()LocaleCudamiSystemClient. getDefaultLocale()de.digitalcollections.model.api.identifiable.IdentifiableCudamiIdentifiablesClient. getIdentifiable(String uuid)de.digitalcollections.model.api.identifiable.entity.ProjectCudamiProjectsClient. getProject(UUID uuid)List<String>CudamiSystemClient. getSupportedLanguages()List<Locale>CudamiSystemClient. getSupportedLocales()de.digitalcollections.model.api.identifiable.entity.parts.WebpageCudamiWebpagesClient. getWebpage(String uuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpageCudamiWebpagesClient. getWebpage(Locale locale, String uuid)de.digitalcollections.model.api.identifiable.entity.WebsiteCudamiWebpagesClient. getWebsite(String uuid) -
Uses of HttpException in de.digitalcollections.cudami.client.exceptions.client
Subclasses of HttpException in de.digitalcollections.cudami.client.exceptions.client Modifier and Type Class Description classForbiddenExceptionclassHttpClientExceptionclassImATeapotExceptionHttpStatusCode 413 denoting the client is wrongfully using a teapot for making coffee as specified in the Hyper Text Coffee Pot Control Protocoll (see RFC 2324 for details).classResourceExceptionclassResourceNotFoundExceptionclassUnauthorizedExceptionclassUnavailableForLegalReasonsException -
Uses of HttpException in de.digitalcollections.cudami.client.exceptions.server
Subclasses of HttpException in de.digitalcollections.cudami.client.exceptions.server Modifier and Type Class Description classBadGatewayExceptionclassGatewayTimeOutExceptionclassHttpServerExceptionclassHttpVersionNotSupportedExceptionclassNotImplementedExceptionclassServiceUnavailableException
-