Uses of Class
org.opendaylight.controller.cluster.access.AbstractVersionException
-
Packages that use AbstractVersionException Package Description org.opendaylight.controller.cluster.access 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.access Modifier and Type Class Description class
FutureVersionException
Exception thrown fromABIVersion.valueOf(short)
when the specified version is too new to be supported by the codebase.class
PastVersionException
Exception thrown fromABIVersion.valueOf(short)
when the specified version is too old and no longer supported by the codebase.
-