com.triactive.jdo.store.mapping
Class NullValueException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjavax.jdo.JDOException
                  extended byjavax.jdo.JDOCanRetryException
                      extended byjavax.jdo.JDODataStoreException
                          extended bycom.triactive.jdo.store.mapping.NullValueException
All Implemented Interfaces:
java.io.Serializable

public class NullValueException
extends javax.jdo.JDODataStoreException

A NullValueException is thrown if a null value is encountered in a database column that should prohibit null values.

Author:
Mike Martin
See Also:
Serialized Form

Constructor Summary
NullValueException()
          Constructs a null value exception with no specific detail message.
NullValueException(java.lang.String msg)
          Constructs a null value exception with the specified detail message.
 
Methods inherited from class javax.jdo.JDOException
getCause, getFailedObject, getNestedExceptions, initCause, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NullValueException

public NullValueException()
Constructs a null value exception with no specific detail message.


NullValueException

public NullValueException(java.lang.String msg)
Constructs a null value exception with the specified detail message.

Parameters:
msg - the detail message


Copyright © 2001-2007 The TJDO Project All Rights Reserved.