Class DecodingException

  • All Implemented Interfaces:
    Serializable

    public class DecodingException
    extends CodecException
    Indicates an issue with decoding the input stream with a focus on content related issues such as a parse failure. As opposed to more general I/O errors, illegal state, or a CodecException such as a configuration issue that a Decoder may choose to raise.

    For example in server web application, a DecodingException would translate to a response with a 400 (bad input) status while CodecException would translate to 500 (server error) status.

    Since:
    5.0
    Author:
    Rossen Stoyanchev
    See Also:
    Decoder, Serialized Form
    • Constructor Detail

      • DecodingException

        public DecodingException​(String msg)
        Create a new DecodingException.
        Parameters:
        msg - the detail message