org.datanucleus.store.mapped.exceptions
Class DatastoreFieldDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.store.mapped.exceptions.DatastoreFieldDefinitionException
- All Implemented Interfaces:
- Serializable
public class DatastoreFieldDefinitionException
- extends NucleusUserException
A ColumnDefinitionException is thrown if the settings of a
database column are incompatible with the data type of the object field
to which it is mapped.
- See Also:
DatastoreField,
Serialized Form
DatastoreFieldDefinitionException
public DatastoreFieldDefinitionException()
- Constructs a column definition exception with no specific detail message.
DatastoreFieldDefinitionException
public DatastoreFieldDefinitionException(String msg)
- Constructs a column definition exception with the specified detail message.
- Parameters:
msg - the detail message
Copyright © 2012. All Rights Reserved.