public class NotInstrumentedException extends HibernateException
Indicates a condition where an instrumented/enhanced class was expected, but the class was not instrumented/enhanced.
| Constructor and Description |
|---|
NotInstrumentedException(String message)
Constructs a NotInstrumentedException
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NotInstrumentedException(String message)
Constructs a NotInstrumentedException
message - Message explaining the exception conditionCopyright © 2001-2018 Red Hat, Inc. All Rights Reserved.