Class CodecConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bson.codecs.configuration.CodecConfigurationException
All Implemented Interfaces:
Serializable

@Deprecated(since="2022-10-31") public class CodecConfigurationException extends RuntimeException
Deprecated.
Usage of this API is not supported in AEM as a Cloud Service.
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:
  • Constructor Details

    • CodecConfigurationException

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

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