org.datanucleus.store.exceptions
Class NullValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusDataStoreException
org.datanucleus.store.exceptions.NullValueException
- All Implemented Interfaces:
- Serializable
public class NullValueException
- extends NucleusDataStoreException
A NullValueException is thrown if a null value is encountered
in a database column that should prohibit null values.
- Version:
- $Revision: 1.3 $
- See Also:
- Serialized Form
NullValueException
public NullValueException()
- Constructs a null value exception with no specific detail message.
NullValueException
public NullValueException(String msg)
- Constructs a null value exception with the specified detail message.
- Parameters:
msg - the detail message
Copyright © 2012. All Rights Reserved.