Berkeley DB XML
version 2.5.16

com.sleepycat.persist.evolve
Class DeletedClassException

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

public class DeletedClassException
extends RuntimeException

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

See Also:
Class Evolution, Serialized Form

Constructor Summary
DeletedClassException(String msg)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DeletedClassException

public DeletedClassException(String msg)

Berkeley DB XML
version 2.5.16

Copyright (c) 1996,2009 Oracle. All rights reserved.