Class COM.odi.IncompatibleClassException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----COM.odi.ObjectStoreException
                                   |
                                   +----COM.odi.SchemaException
                                           |
                                           +----COM.odi.IncompatibleClassException

public final class IncompatibleClassException
extends SchemaException
Thrown when an attempt is made to use a persistent object whose persistent schema does not match its current transient class definition. The following changes can cause this exception to be thrown:

See Schema Evolution: Modifying Class Definitions of Objects in a Database, in the user guide.



Copyright © 1996, 1997, 1998 Object Design, Inc. All rights reserved.