Class VersionMismatchException

  • All Implemented Interfaces:
    Serializable

    public class VersionMismatchException
    extends EnhancementException
    Indicates that the version of Hibernate used to enhance a class is different from the version being used at runtime.
    See Also:
    Serialized Form
    • Constructor Detail

      • VersionMismatchException

        public VersionMismatchException​(net.bytebuddy.description.type.TypeDescription typeDescription,
                                        String enhancementVersion,
                                        String runtimeVersion)
    • Method Detail

      • getTypeName

        public String getTypeName()
      • getEnhancementVersion

        public String getEnhancementVersion()
      • getRuntimeVersion

        public String getRuntimeVersion()