Class CodecConfigurationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CodecConfigurationException
    extends java.lang.RuntimeException
    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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CodecConfigurationException

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

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