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