Uses of Class
org.eclipse.ditto.things.model.signals.commands.exceptions.ThingNotCreatableException
-
Packages that use ThingNotCreatableException Package Description org.eclipse.ditto.things.model.signals.commands.exceptions -
-
Uses of ThingNotCreatableException in org.eclipse.ditto.things.model.signals.commands.exceptions
Methods in org.eclipse.ditto.things.model.signals.commands.exceptions that return ThingNotCreatableException Modifier and Type Method Description protected ThingNotCreatableExceptionThingNotCreatableException.Builder. doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.URI href)static ThingNotCreatableExceptionThingNotCreatableException. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newThingNotCreatableExceptionobject with the exception message extracted from the given JSON object.static ThingNotCreatableExceptionThingNotCreatableException. fromMessage(java.lang.String message, java.lang.String description, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newThingNotCreatableExceptionobject with the given exception message.
-