Defines
Base exception type for all SDK-reported exceptions.
Public Functions
Throws this exception.
Private Members
Base exception for all cases where an attempt was made to configure the system with completely invalid arguments – for example, an out-of-range VLAN ID (>4095).
Public Functions
Throws this exception.
Private Members
The given argument was outside of the legal range of values for that argument (e.g., VLAN IDs must be between 1 and 4094).
Public Functions
Throws this exception.
Private Members
Base exception type for all cases where the configuration requested could not be accepted because it’s impossible or invalid.
The configuration may be invalid because of other conflicting configuration. For instance if a VLAN ID is already used as an internal VLAN on a routed port, trying to manually configure this VLAN ID on a trunk port would fail until the requested VLAN ID is no longer used as an internal VLAN on the routed port.
Public Functions
Throws this exception.
The given agent has not been configured.
Public Functions
Throws this exception.
Private Members
Base class for “unsupported” errors.
Public Functions
Throws this exception.
Private Members