spring-framework / org.springframework.core.codec / EncodingException / <init>

<init>

EncodingException(msg: String)

Create a new EncodingException.

Parameters

msg - the detail message

EncodingException(msg: String, @Nullable cause: Throwable)

Create a new EncodingException.

Parameters

msg - the detail message

cause - root cause for the exception, if any