org.datanucleus.store.exceptions
Class NoDatastoreMappingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.store.exceptions.NoDatastoreMappingException
- All Implemented Interfaces:
- Serializable
public class NoDatastoreMappingException
- extends NucleusUserException
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).
- See Also:
- Serialized Form
LOCALISER
protected static final Localiser LOCALISER
NoDatastoreMappingException
public NoDatastoreMappingException(String fieldName)
- Constructs a no datastore mapping exception.
- Parameters:
fieldName - The name of the field.
Copyright © 2012. All Rights Reserved.