Package org.hibernate.bytecode.spi
Class NotInstrumentedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.persistence.PersistenceException
-
- org.hibernate.HibernateException
-
- org.hibernate.bytecode.spi.NotInstrumentedException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotInstrumentedException extends HibernateException
Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotInstrumentedException(java.lang.String message)
Constructs a NotInstrumentedException
-