Uses of Class
de.fraunhofer.iosb.ilt.frostclient.exception.ServiceFailureException
Packages that use ServiceFailureException
Package
Description
-
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.frostclient
Methods in de.fraunhofer.iosb.ilt.frostclient that throw ServiceFailureExceptionModifier and TypeMethodDescriptionvoidCreate the given entity in this service.voidDeletes the given entity from the service.SensorThingsService.getFullPath(Entity parent, NavigationProperty relation) The full path to the entity or collection.SensorThingsService.getFullPath(EntityType entityType) The full path to the entity or collection.voidUpdate the given entity with the given patch.voidPatches the entity in the Service. -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.frostclient.dao
Methods in de.fraunhofer.iosb.ilt.frostclient.dao that throw ServiceFailureExceptionModifier and TypeMethodDescriptionvoidvoidCreate a new entity.voidvoidDelete an entity.BaseDao.find(Entity parent, NavigationPropertyEntity npe) Dao.find(Entity parent, NavigationPropertyEntity npe) Find the entity related to the given parent, like the Thing for a Datastream.Find an entity.Find an entity.voidvoidUpdate the given entity with the given patch.voidvoidUpdate an entity. -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.frostclient.exception
Subclasses of ServiceFailureException in de.fraunhofer.iosb.ilt.frostclient.exceptionModifier and TypeClassDescriptionclassThe exception that is thrown when the service returns a 401 Unauthorized.classThe exception that is thrown when the service returns a 404 not found.classThe exception that is thrown when the service returns something else than a 200 OK or 201 CREATED status. -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.frostclient.model
Methods in de.fraunhofer.iosb.ilt.frostclient.model that throw ServiceFailureExceptionModifier and TypeMethodDescriptionvoidEntitySet.fetchNext()Use the nextLink to fetch more Entities.Entity.getProperty(NavigationPropertyEntity property) Entity.getProperty(NavigationPropertyEntity npe, boolean autoLoad) -
Uses of ServiceFailureException in de.fraunhofer.iosb.ilt.frostclient.query
Methods in de.fraunhofer.iosb.ilt.frostclient.query that throw ServiceFailureException