Class EncodingException

All Implemented Interfaces:
Serializable

public class EncodingException extends CodecException
A CodecException that occurs during encoding.
See Also:
  • Field Details

    • serialVersionUID

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

    • EncodingException

      public EncodingException()
      Constructor.
    • EncodingException

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

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

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