Class MissingClassInLoadingStrategyException

All Implemented Interfaces:
Serializable

@Beta public class MissingClassInLoadingStrategyException extends MissingSchemaException
Thrown when user schema for supplied binding class is available in present schema context, but binding class itself is not known to codecs because backing class loading strategy did not provided it.
See Also:
  • Constructor Details

    • MissingClassInLoadingStrategyException

      public MissingClassInLoadingStrategyException(String msg, Throwable cause)