类 CodecException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.core.NestedRuntimeException
cn.taketoday.core.codec.CodecException
- 所有已实现的接口:
NestedException,Serializable
- 直接已知子类:
DecodingException,EncodingException
General error that indicates a problem while encoding and decoding to and
from an Object stream.
- 从以下版本开始:
- 4.0
- 作者:
- Sebastien Deleuze, Rossen Stoyanchev
- 另请参阅:
-
构造器概要
构造器构造器说明CodecException(String msg) Create a new CodecException.CodecException(String msg, Throwable cause) Create a new CodecException. -
方法概要
从类继承的方法 cn.taketoday.core.NestedRuntimeException
contains, getMostSpecificCause, getNestedMessage, getRootCause
-
构造器详细资料
-
CodecException
Create a new CodecException.- 参数:
msg- the detail message
-
CodecException
Create a new CodecException.- 参数:
msg- the detail messagecause- root cause for the exception, if any
-