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 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 |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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
Copyright © 2009. All Rights Reserved.