class RequestParameterMissingJsonException : JsonDetailedException
If request param doesn't contain required http header.
| RequestParameterMissingJsonException()RequestParameterMissingJsonException(details: Map<String, String>) | 
| var details: Map<String, String?>?Sets exception details. For example, contains exception message or violated value. | |
| open val message: String | 
| open fun deserialize(jsonSource: String): JsonDetailedExceptionPerforms deserialization. For serialization see JsonSerializable.serialize. | |
| open fun serialize(): StringPerforms serialization. For deserialization see JsonSerializable.serialize. | |
| open fun toString(): String |