Interface ThingException

All Known Implementing Classes:
AttributeNotAccessibleException, AttributeNotModifiableException, AttributePointerInvalidException, AttributesNotAccessibleException, AttributesNotModifiableException, DefinitionIdentifierInvalidException, EventSendNotAllowedException, FeatureDefinitionEmptyException, FeatureDefinitionNotAccessibleException, FeatureDefinitionNotModifiableException, FeatureDesiredPropertiesNotAccessibleException, FeatureDesiredPropertiesNotModifiableException, FeatureDesiredPropertyNotAccessibleException, FeatureDesiredPropertyNotModifiableException, FeatureNotAccessibleException, FeatureNotModifiableException, FeaturePropertiesNotAccessibleException, FeaturePropertiesNotModifiableException, FeaturePropertyNotAccessibleException, FeaturePropertyNotModifiableException, FeaturesNotAccessibleException, FeaturesNotModifiableException, InvalidThingFieldSelectionException, LiveChannelConditionNotAllowedException, MetadataHeadersConflictException, MetadataNotModifiableException, MissingThingIdsException, PoliciesConflictingException, PolicyIdMissingException, PolicyIdNotAccessibleException, PolicyIdNotAllowedException, PolicyIdNotDeletableException, PolicyIdNotModifiableException, PolicyInvalidException, PolicyNotAllowedException, ThingConditionFailedException, ThingConditionInvalidException, ThingConflictException, ThingDefinitionNotAccessibleException, ThingDefinitionNotModifiableException, ThingHistoryNotAccessibleException, ThingIdInvalidException, ThingIdNotDeletableException, ThingIdNotExplicitlySettableException, ThingMergeInvalidException, ThingNotAccessibleException, ThingNotCreatableException, ThingNotDeletableException, ThingNotModifiableException, ThingPreconditionFailedException, ThingPreconditionNotModifiedException, ThingTooLargeException, ThingTooManyModifyingRequestsException, ThingUnavailableException

public interface ThingException
Aggregates all DittoRuntimeExceptions which are related to a Thing.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Error code prefix of errors related to things.
  • Field Details

    • ERROR_CODE_PREFIX

      static final String ERROR_CODE_PREFIX
      Error code prefix of errors related to things.
      See Also: