dxlclient.exceptions module

Classes for the different exceptions that the dxlclient APIs can raise.

exception dxlclient.exceptions.BrokerListError

Bases: exceptions.Exception

Exception raised when a specified broker list is invalid

exception dxlclient.exceptions.DxlException

Bases: exceptions.Exception

A general Data Exchange Layer (DXL) exception

exception dxlclient.exceptions.InvalidProxyConfigurationError

Bases: exceptions.Exception

Exception raised when specified HTTP proxy address or port is invalid

exception dxlclient.exceptions.MalformedBrokerUriException

Bases: dxlclient.exceptions.DxlException

An exception that is raised when a URL related to a DXL broker is malformed

exception dxlclient.exceptions.NoBrokerSpecifiedError

Bases: exceptions.Exception

Exception raised when no brokers are specified

exception dxlclient.exceptions.WaitTimeoutException

Bases: dxlclient.exceptions.DxlException

Exception that is raised when a wait timeout is exceeded