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:
java.io.Serializable
public class NucleusEnhanceException extends NucleusException
Exception thrown during enhancement when an error occurs.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NucleusEnhanceException(java.lang.String msg)
Message-based exception constructor.NucleusEnhanceException(java.lang.String msg, java.lang.Throwable nested)
NucleusEnhanceException(java.lang.String msg, java.lang.Throwable[] nested)
-
Method Summary
-
Methods inherited from class org.datanucleus.exceptions.NucleusException
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal, setNestedException
-
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
NucleusEnhanceException
public NucleusEnhanceException(java.lang.String msg)
Message-based exception constructor.- Parameters:
msg
- The message
-
NucleusEnhanceException
public NucleusEnhanceException(java.lang.String msg, java.lang.Throwable[] nested)
- Parameters:
msg
- The messagenested
- Nested exceptions
-
NucleusEnhanceException
public NucleusEnhanceException(java.lang.String msg, java.lang.Throwable nested)
- Parameters:
msg
- The messagenested
- Nested exception
-
-