Package org.eclipse.ditto.things.model
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,MissingThingIdsException,PoliciesConflictingException,PolicyIdMissingException,PolicyIdNotAccessibleException,PolicyIdNotAllowedException,PolicyIdNotDeletableException,PolicyIdNotModifiableException,PolicyInvalidException,PolicyNotAllowedException,ThingConflictException,ThingDefinitionNotAccessibleException,ThingDefinitionNotModifiableException,ThingIdInvalidException,ThingIdNotDeletableException,ThingIdNotExplicitlySettableException,ThingMergeInvalidException,ThingNotAccessibleException,ThingNotCreatableException,ThingNotDeletableException,ThingNotModifiableException,ThingPreconditionFailedException,ThingPreconditionNotModifiedException,ThingTooLargeException,ThingTooManyModifyingRequestsException,ThingUnavailableException
public interface ThingExceptionAggregates allDittoRuntimeExceptions which are related to aThing.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringERROR_CODE_PREFIXError code prefix of errors related to things.
-
-
-
Field Detail
-
ERROR_CODE_PREFIX
static final java.lang.String ERROR_CODE_PREFIX
Error code prefix of errors related to things.- See Also:
- Constant Field Values
-
-