Class ThingCommandToAccessExceptionRegistry
java.lang.Object
org.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry<ThingCommand<?>,org.eclipse.ditto.base.model.exceptions.DittoRuntimeException>
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingCommandToAccessExceptionRegistry
- All Implemented Interfaces:
org.eclipse.ditto.base.model.signals.commands.CommandToExceptionRegistry<ThingCommand<?>,org.eclipse.ditto.base.model.exceptions.DittoRuntimeException>
public final class ThingCommandToAccessExceptionRegistry
extends org.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry<ThingCommand<?>,org.eclipse.ditto.base.model.exceptions.DittoRuntimeException>
Registry to map thing commands to access exceptions.
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance ofThingCommandToAccessExceptionRegistry.Methods inherited from class org.eclipse.ditto.base.model.signals.commands.AbstractCommandToExceptionRegistry
exceptionFrom, fallback
-
Method Details
-
getInstance
Returns an instance ofThingCommandToAccessExceptionRegistry.- Returns:
- the instance.
-