Class CodecDecodingException

All Implemented Interfaces:
Serializable

@Deprecated public final class CodecDecodingException extends SerializationException
Deprecated.
Exception thrown when something goes wrong during decoding.
See Also:
  • Constructor Details

    • CodecDecodingException

      public CodecDecodingException(ContentCodec codec, String message)
      Deprecated.
      New instance.
      Parameters:
      codec - the codec in use.
      message - the reason of this exception.
    • CodecDecodingException

      public CodecDecodingException(ContentCodec codec, String message, Throwable cause)
      Deprecated.
      New instance.
      Parameters:
      codec - the codec in use.
      message - the reason of this exception.
      cause - the cause of the exception.
  • Method Details

    • codec

      public ContentCodec codec()
      Deprecated.
      Returns the codec in use when this exception occurred.
      Returns:
      the codec in use when this exception occurred.