Class CodecEncodingException

All Implemented Interfaces:
Serializable

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

    • CodecEncodingException

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

      public CodecEncodingException(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.