类 UnknownPersisterException

  • 所有已实现的接口:
    Serializable

    public class UnknownPersisterException
    extends HibernateException
    Indicates that the persister to use is not known and could not be determined.
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • UnknownPersisterException

        public UnknownPersisterException​(String s)
      • UnknownPersisterException

        public UnknownPersisterException​(String string,
                                         Throwable root)