Uses of Class
org.opendaylight.controller.cluster.datastore.persisted.AbstractVersionException
-
Packages that use AbstractVersionException Package Description org.opendaylight.controller.cluster.datastore.persisted Persisted backend structures. -
-
Uses of AbstractVersionException in org.opendaylight.controller.cluster.datastore.persisted
Subclasses of AbstractVersionException in org.opendaylight.controller.cluster.datastore.persisted Modifier and Type Class Description classFutureVersionExceptionException thrown fromPayloadVersion.valueOf(short)when the specified version is too new to be supported by the codebase.classPastVersionExceptionException thrown fromPayloadVersion.valueOf(short)when the specified version is too old and no longer supported by the codebase.
-