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.rdbms.exceptions.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:
  • Field Details

  • Constructor Details

    • 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