com.odi
Class IncompatibleClassException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.odi.ObjectStoreException
                  extended bycom.odi.SchemaException
                      extended bycom.odi.IncompatibleClassException
All Implemented Interfaces:
Serializable

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.

See Also:
Serialized Form



Copyright 2005 Progress Software Corporation. All rights reserved.