程序包 org.hibernate

类 UnknownEntityTypeException

  • 所有已实现的接口:
    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.

    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • UnknownEntityTypeException

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

        public UnknownEntityTypeException​(String message)