spring-framework / org.springframework.core.codec / CodecException / <init>
<init>
CodecException(msg: String)
Create a new CodecException.
Parameters
msg - the detail message
CodecException(msg: String, @Nullable cause: Throwable)
Create a new CodecException.
Parameters
msg - the detail message
cause - root cause for the exception, if any