Uses of Class
org.eclipse.ditto.jwt.model.JwtInvalidException
-
Uses of JwtInvalidException in org.eclipse.ditto.jwt.model
Methods in org.eclipse.ditto.jwt.model that return JwtInvalidExceptionModifier and TypeMethodDescriptionprotected JwtInvalidExceptionJwtInvalidException.Builder.doBuild(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, String message, String description, Throwable cause, URI href) static JwtInvalidExceptionJwtInvalidException.fromJson(org.eclipse.ditto.json.JsonObject jsonObject, org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders) Constructs a newJwtInvalidExceptionobject with the exception message extracted from the given JSON object.