Package org.hibernate

Class UnknownEntityTypeException

  • All Implemented Interfaces:
    Serializable

    public class UnknownEntityTypeException
    extends MappingException
    Indicates an attempt was made to refer to an unknown entity name/class.

    NOTE : extends MappingException because that's what core used to do and that's how HEM expects it. Longer term I think it makes more sense to have a different hierarchy for runtime-"mapping" exceptions.

    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownEntityTypeException

        public UnknownEntityTypeException​(String message,
                                          Throwable cause)
      • UnknownEntityTypeException

        public UnknownEntityTypeException​(String message)