Uses of Class
org.opendaylight.netvirt.bgpmanager.thrift.client.BgpRouterException.Function
-
Packages that use BgpRouterException.Function Package Description org.opendaylight.netvirt.bgpmanager.thrift.client -
-
Uses of BgpRouterException.Function in org.opendaylight.netvirt.bgpmanager.thrift.client
Methods in org.opendaylight.netvirt.bgpmanager.thrift.client that return BgpRouterException.Function Modifier and Type Method Description BgpRouterException.FunctionBgpRouterException. getFunctionCode()static BgpRouterException.FunctionBgpRouterException.Function. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static BgpRouterException.Function[]BgpRouterException.Function. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.opendaylight.netvirt.bgpmanager.thrift.client with parameters of type BgpRouterException.Function Constructor Description BgpRouterException(BgpRouterException.Function func, int cause)
-