com.sleepycat.persist.evolve
Class DeletedClassException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.DatabaseException
              extended by com.sleepycat.persist.evolve.DeletedClassException
All Implemented Interfaces:
java.io.Serializable

public class DeletedClassException
extends DatabaseException

While reading from an index, an instance of a deleted class version was encountered.

Author:
Mark Hayes
See Also:
ConversionStore.deleteUnusedType, Serialized Form

Constructor Summary
DeletedClassException()
           
 
Method Summary
 
Methods inherited from class com.sleepycat.je.DatabaseException
getVersionHeader
 
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

DeletedClassException

public DeletedClassException()


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