class documentation

class InvalidRelativeDistinguishedName(Exception): (source)

View In Hierarchy

Invalid relative distinguished name. It is assumed that passed RDN is of str type: bytes for PY2 and unicode for PY3.

Method __init__ Undocumented
Method __str__ Undocumented
Instance Variable rdn Undocumented
def __init__(self, rdn): (source)

Undocumented

def __str__(self): (source)

Undocumented

Undocumented