public class IncompatibleClassException extends OperationFailureException
In a replicated environment, this exception is also thrown when upgrading an application (persistent classes have been changed) and an upgraded node is elected Master before all of the Replica nodes have been upgraded. See Upgrading a Replication Group for more information.
EntityStore.EntityStore,
Entity.version(),
Persistent.version(),
Class Evolution,
Serialized Form| Constructor and Description |
|---|
IncompatibleClassException(String message) |
| Modifier and Type | Method and Description |
|---|---|
OperationFailureException |
wrapSelf(String msg)
For internal use only.
|
isReplicaWriteaddErrorMessage, addRethrownStackTrace, getMessage, getVersionHeaderaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IncompatibleClassException(String message)
public OperationFailureException wrapSelf(String msg)
wrapSelf in class OperationFailureExceptionCopyright © 2024. All rights reserved.