类 EncodingException

所有已实现的接口:
Serializable

public class EncodingException extends CodecException
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.
从以下版本开始:
4.0
作者:
Rossen Stoyanchev
另请参阅:
  • 构造器详细资料

    • EncodingException

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

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