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 NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedExceptionMethods inherited from class 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
-
NucleusEnhanceException
-