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.entity.CollectionCudamiCollectionsClient. getCollection(java.util.UUID uuid)de.digitalcollections.model.api.identifiable.entity.CorporationCudamiCorporationsClient. getCorporation(java.util.UUID uuid)java.lang.StringCudamiClient. getDefaultLanguage()java.util.LocaleCudamiClient. getDefaultLocale()de.digitalcollections.model.api.identifiable.entity.ProjectCudamiProjectsClient. getProject(java.util.UUID uuid)java.util.List<java.lang.String>CudamiClient. getSupportedLanguages()java.util.List<java.util.Locale>CudamiClient. getSupportedLocales()de.digitalcollections.model.api.identifiable.entity.parts.WebpageCudamiClient. getWebpage(java.lang.String uuid)de.digitalcollections.model.api.identifiable.entity.parts.WebpageCudamiClient. getWebpage(java.util.Locale locale, java.lang.String uuid)de.digitalcollections.model.api.identifiable.entity.WebsiteCudamiClient. getWebsite(java.lang.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
-