OdpException constructor

init(self)

Default constructor

def __init__(self):
    ...

init(self, message)

Constructor allowing a message to be added to this exception.

def __init__(self, message):
    ...
ParameterTypeDescription
messagestrmessage

See Also