クラス CodecException

実装されたすべてのインターフェース:
SerializableSE
既知の直属サブクラス
DecodingExceptionEncodingException

public class CodecException extends NestedRuntimeException
オブジェクトストリームとの間のエンコードおよびデコード中に問題を示す一般エラー。
導入:
5.0
作成者:
Sebastien Deleuze, Rossen Stoyanchev
関連事項:
  • コンストラクターの詳細

    • CodecException

      public CodecException(@Nullable StringSE msg)
      新しい CodecException を作成します。
      パラメーター:
      msg - 詳細メッセージ
    • CodecException

      public CodecException(@Nullable StringSE msg, @Nullable ThrowableSE cause)
      新しい CodecException を作成します。
      パラメーター:
      msg - 詳細メッセージ
      cause - 例外の根本的な原因(ある場合)