Class ValueGenerationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.datanucleus.exceptions.NucleusException
-
- org.datanucleus.store.valuegenerator.ValueGenerationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValueGenerationException extends NucleusException
General class to throw exceptions in generators.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ValueGenerationException(java.lang.String message)
ConstructorValueGenerationException(java.lang.String message, java.lang.Throwable nested)
Constructor
-
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
-
ValueGenerationException
public ValueGenerationException(java.lang.String message)
Constructor- Parameters:
message
- a localised message
-
ValueGenerationException
public ValueGenerationException(java.lang.String message, java.lang.Throwable nested)
Constructor- Parameters:
message
- a localised messagenested
- the nested exception
-
-