org.jpox.store.exceptions
Class NoDatastoreMappingException

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.JDOUserException
                          extended by org.jpox.store.exceptions.NoDatastoreMappingException
All Implemented Interfaces:
java.io.Serializable

public class NoDatastoreMappingException
extends javax.jdo.JDOUserException

A NoDatastoreMappingException is thrown if an operation is performed that assumes that a particular persistent field is stored in a single datastore field when it is not (such as if the field is a Collection or a Map).

Version:
$Revision: 1.4 $
See Also:
Serialized Form

Field Summary
protected static Localiser LOCALISER
           
 
Constructor Summary
NoDatastoreMappingException(java.lang.String fieldName)
          Constructs a no datastore mapping exception.
 
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
 

Field Detail

LOCALISER

protected static final Localiser LOCALISER
Constructor Detail

NoDatastoreMappingException

public NoDatastoreMappingException(java.lang.String fieldName)
Constructs a no datastore mapping exception.

Parameters:
fieldName - The name of the field.


Copyright © -2011 . All Rights Reserved.