类 NotInstrumentedException

  • 所有已实现的接口:
    Serializable

    public class NotInstrumentedException
    extends HibernateException
    Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.
    作者:
    Steve Ebersole
    另请参阅:
    序列化表格
    • 构造器详细资料

      • NotInstrumentedException

        public NotInstrumentedException​(String message)
        Constructs a NotInstrumentedException
        参数:
        message - Message explaining the exception condition