Package org.datanucleus.enhancer
Class NucleusEnhanceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.enhancer.NucleusEnhanceException
- All Implemented Interfaces:
Serializable
Exception thrown during enhancement when an error occurs.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMessage-based exception constructor.NucleusEnhanceException
(String msg, Throwable nested) NucleusEnhanceException
(String msg, Throwable[] nested) -
Method Summary
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
NucleusEnhanceException
Message-based exception constructor.- Parameters:
msg
- The message
-
NucleusEnhanceException
- Parameters:
msg
- The messagenested
- Nested exceptions
-
NucleusEnhanceException
- Parameters:
msg
- The messagenested
- Nested exception
-