Uses of Class
org.eclipse.ditto.things.model.ThingIdInvalidException
-
Packages that use ThingIdInvalidException Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of ThingIdInvalidException in org.eclipse.ditto.things.model
Methods in org.eclipse.ditto.things.model that return ThingIdInvalidException Modifier and Type Method Description protected ThingIdInvalidExceptionThingIdInvalidException.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 ThingIdInvalidExceptionThingIdInvalidException. fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newThingIdInvalidExceptionobject with the exception message extracted from the given JSON object.static ThingIdInvalidExceptionThingIdInvalidException. fromMessage(java.lang.String message, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders)Constructs a newThingIdInvalidExceptionobject with the given exception message.
-