org.datanucleus.store.types.sco
Class IncompatibleFieldTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.datanucleus.exceptions.NucleusException
org.datanucleus.exceptions.NucleusUserException
org.datanucleus.store.types.sco.IncompatibleFieldTypeException
- All Implemented Interfaces:
- Serializable
public class IncompatibleFieldTypeException
- extends NucleusUserException
A IncompatibleFieldTypeException is thrown if an incompatible field
type is specified in the construction of a second-class object instance.
- See Also:
- Serialized Form
IncompatibleFieldTypeException
public IncompatibleFieldTypeException(String classAndFieldName,
String requiredTypeName,
String requestedTypeName)
- Constructs an incompatible field type exception.
- Parameters:
classAndFieldName - The name of the class and SCO field.requiredTypeName - Name of required type of the field.requestedTypeName - Name of requested type of the field.
Copyright © 2012. All Rights Reserved.