类 EncodingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.core.codec.CodecException
cn.taketoday.core.codec.EncodingException
- 所有已实现的接口:
Serializable
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.-
构造器概要
构造器构造器说明EncodingException(String msg) Create a new EncodingException.EncodingException(String msg, Throwable cause) Create a new EncodingException. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
EncodingException
Create a new EncodingException.- 参数:
msg- the detail message
-
EncodingException
Create a new EncodingException.- 参数:
msg- the detail messagecause- root cause for the exception, if any
-