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
public class NucleusEnhanceException
- extends org.datanucleus.exceptions.NucleusException
Exception thrown during enhancement when an error occurs.
- See Also:
- Serialized Form
| Methods inherited from class org.datanucleus.exceptions.NucleusException |
getCause, getFailedObject, getNestedExceptions, isFatal, printStackTrace, printStackTrace, printStackTrace, setFatal |
NucleusEnhanceException
public NucleusEnhanceException(String msg)
- Message-based exception constructor.
- Parameters:
msg - The message
NucleusEnhanceException
public NucleusEnhanceException(String msg,
Throwable[] nested)
- Parameters:
msg - The messagenested - Nested exceptions
NucleusEnhanceException
public NucleusEnhanceException(String msg,
Throwable nested)
- Parameters:
msg - The messagenested - Nested exception
Copyright © 2012. All Rights Reserved.