Class UnsupportedCodecException

  • All Implemented Interfaces:
    Serializable

    public class UnsupportedCodecException
    extends UnsupportedOperationException
    Exception thrown by a CodecHandler to indicate that the current encoding is not supported. This generally indicates that a different CodecProvider needs to be chosen.
    Author:
    James Ahlborn
    See Also:
    Serialized Form
    • Constructor Detail

      • UnsupportedCodecException

        public UnsupportedCodecException​(String msg)
      • UnsupportedCodecException

        public UnsupportedCodecException​(String msg,
                                         Throwable t)
      • UnsupportedCodecException

        public UnsupportedCodecException​(Throwable t)