com.sleepycat.persist.evolve
Class IncompatibleClassException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sleepycat.persist.evolve.IncompatibleClassException
- All Implemented Interfaces:
- Serializable
public class IncompatibleClassException
- extends RuntimeException
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.
- See Also:
EntityStore.EntityStore
,
Entity.version()
,
Persistent.version()
,
Class Evolution
,
Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompatibleClassException
public IncompatibleClassException(String message)
Copyright (c) 1996, 2013 Oracle and/or its affiliates. All rights reserved.