Uses of Class
org.opendaylight.controller.cluster.access.AbstractVersionException
Packages that use AbstractVersionException
Package
Description
This package contains the base definitions of the APIs exposed by the clustered data store backend.
-
Uses of AbstractVersionException in org.opendaylight.controller.cluster.access
Subclasses of AbstractVersionException in org.opendaylight.controller.cluster.accessModifier and TypeClassDescriptionfinal class
Exception thrown fromABIVersion.valueOf(short)
when the specified version is too new to be supported by the codebase.final class
Exception thrown fromABIVersion.valueOf(short)
when the specified version is too old and no longer supported by the codebase.