com.sleepycat.persist.evolve
Class DeletedClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.je.DatabaseException
com.sleepycat.je.OperationFailureException
com.sleepycat.persist.evolve.DeletedClassException
- All Implemented Interfaces:
- Serializable
public class DeletedClassException
- extends OperationFailureException
While reading from an index, an instance of a deleted class version was
encountered.
- Author:
- Mark Hayes
- See Also:
Class Evolution
,
Serialized Form
DeletedClassException
public DeletedClassException(String message)
- For internal use only.
wrapSelf
public OperationFailureException wrapSelf(String msg)
- For internal use only.
- Specified by:
wrapSelf
in class OperationFailureException
Copyright (c) 2004-2010 Oracle. All rights reserved.