类 CodecException

所有已实现的接口:
NestedException, Serializable
直接已知子类:
DecodingException, EncodingException

public class CodecException extends NestedRuntimeException
General error that indicates a problem while encoding and decoding to and from an Object stream.
从以下版本开始:
4.0
作者:
Sebastien Deleuze, Rossen Stoyanchev
另请参阅:
  • 构造器详细资料

    • CodecException

      public CodecException(String msg)
      Create a new CodecException.
      参数:
      msg - the detail message
    • CodecException

      public CodecException(String msg, @Nullable Throwable cause)
      Create a new CodecException.
      参数:
      msg - the detail message
      cause - root cause for the exception, if any