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:
  • Constructor Details

    • VersionMismatchException

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

    • getTypeName

      public String getTypeName()
    • getEnhancementVersion

      public String getEnhancementVersion()
    • getRuntimeVersion

      public String getRuntimeVersion()