com.triactive.jdo.store
Class NullValueException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.jdo.JDOException
                  extended by javax.jdo.JDOCanRetryException
                      extended by javax.jdo.JDODataStoreException
                          extended by com.triactive.jdo.store.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.
 
Method Summary
 
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 TriActive, Inc. All Rights Reserved.