open class EncodingException : CodecException
Indicates an issue with encoding the input Object stream with a focus on not being able to encode Objects. As opposed to a more general I/O errors or a CodecException such as a configuration issue that an Encoder may also choose to raise.
Author
Rossen Stoyanchev
Since
5.0
See Also
Encoder
EncodingException(msg: String)EncodingException(msg: String, cause: Throwable)
Create a new EncodingException. |