| com.triactive.jdo.store.NullValueException
NullValueException | public class NullValueException extends JDODataStoreException (Code) | | A NullValueException is thrown if a null value is encountered
in a database column that should prohibit null values.
author: Mike Martin version: $Revision: 1.3 $ |
Constructor Summary | |
public | NullValueException() Constructs a null value exception with no specific detail message. | public | NullValueException(String msg) Constructs a null value exception with the specified detail message. |
NullValueException | public NullValueException()(Code) | | Constructs a null value exception with no specific detail message.
|
NullValueException | public NullValueException(String msg)(Code) | | Constructs a null value exception with the specified detail message.
Parameters: msg - the detail message |
|
|