Class NullValueException

  • All Implemented Interfaces:
    Serializable

    public class NullValueException
    extends org.datanucleus.exceptions.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
    • Constructor Detail

      • 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