Class EnversMappingException

  • All Implemented Interfaces:
    Serializable

    public class EnversMappingException
    extends org.hibernate.boot.MappingException
    Indicates an error happened during the Envers mapping boot process.
    See Also:
    Serialized Form
    • Constructor Detail

      • EnversMappingException

        public EnversMappingException​(String message)
      • EnversMappingException

        public EnversMappingException​(String message,
                                      Throwable t)
      • EnversMappingException

        public EnversMappingException​(Throwable t)