类 NotInstrumentedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.bytecode.spi.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(String message)Constructs a NotInstrumentedException
-
方法概要
-
-
-
构造器详细资料
-
NotInstrumentedException
public NotInstrumentedException(String message)
Constructs a NotInstrumentedException- 参数:
message- Message explaining the exception condition
-
-