- java.lang.Object
 - 
- java.lang.Throwable
 - 
- java.lang.Exception
 - 
- java.lang.RuntimeException
 - 
- org.datanucleus.exceptions.NucleusException
 - 
- org.datanucleus.enhancer.NucleusEnhanceException
 
 
 
 
 
 
- 
- All Implemented Interfaces:
 Serializable
public class NucleusEnhanceException extends NucleusException
Exception thrown during enhancement when an error occurs.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description NucleusEnhanceException(String msg)Message-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 
 - 
 
 -