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
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ThingCommandToAccessExceptionRegistrygetInstance()Returns an instance ofThingCommandToAccessExceptionRegistry.
-
-
-
Method Detail
-
getInstance
public static ThingCommandToAccessExceptionRegistry getInstance()
Returns an instance ofThingCommandToAccessExceptionRegistry.- Returns:
- the instance.
-
-