Class NotInstrumentedException

All Implemented Interfaces:
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:
  • Constructor Details

    • NotInstrumentedException

      public NotInstrumentedException(String message)
      Constructs a NotInstrumentedException
      Parameters:
      message - Message explaining the exception condition