Class 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
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NotInstrumentedException

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