com.sleepycat.persist.evolve
Class IncompatibleClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.persist.evolve.IncompatibleClassException
All Implemented Interfaces:
Serializable

public class IncompatibleClassException
extends Exception

A class has been changed incompatibly and no mutation has been configured to handle the change or a new class version number has not been assigned.

Author:
Mark Hayes
See Also:
EntityStore.EntityStore, Entity.version(), Persistent.version(), Serialized Form

Constructor Summary
IncompatibleClassException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IncompatibleClassException

public IncompatibleClassException()


Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.