Class DecodingException

All Implemented Interfaces:
Serializable

public class DecodingException extends CodecException
A CodecException that occurs during decoding.
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      Serialization ID.
      See Also:
  • Constructor Details

    • DecodingException

      public DecodingException()
      Constructor.
    • DecodingException

      public DecodingException(@Nullable String message)
      Constructor.
      Parameters:
      message - exception message
    • DecodingException

      public DecodingException(@Nullable Exception wrappedException)
      Constructor.
      Parameters:
      wrappedException - exception to be wrapped by this one
    • DecodingException

      public DecodingException(@Nullable String message, @Nullable Exception wrappedException)
      Constructor.
      Parameters:
      message - exception message
      wrappedException - exception to be wrapped by this one