org.jpox.sco.exceptions |
Provides exceptions that can be thrown when handling Second Class Objects (SCO's).
|
Java Source File Name | Type | Comment |
IncompatibleFieldTypeException.java | Class | A IncompatibleFieldTypeException is thrown if an incompatible field
type is specified in the construction of a second-class object instance. |
NullsNotAllowedException.java | Class | Exception thrown if an attempt is made to insert a null object into a Collection or Map that doesn't support nulls. |
QueryUnownedSCOException.java | Class | A QueryUnownedSCOException is thrown if an attempt is made to query
an SCO collection that has been detached from its owning FCO. |