Class CodecConfigurationException

  • All Implemented Interfaces:

    public class CodecConfigurationException
    extends 
    An exception indicating that a codec registry has been misconfigured in some way, preventing it from providing a codec for the requested class.
    Since:
    3.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
       msg)
      Construct a new instance.
       message,  cause)
      Construct a new instance and wraps a cause
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • CodecConfigurationException

        public CodecConfigurationException​( msg)
        Construct a new instance.
        Parameters:
        msg - the message
      • CodecConfigurationException

        public CodecConfigurationException​( message,
                                            cause)
        Construct a new instance and wraps a cause
        Parameters:
        message - the message
        cause - the underlying cause
        Since:
        3.5