dns :: rdata :: RdatatypeExists :: Class RdatatypeExists
[hide private]
[frames] | no frames]

Class RdatatypeExists

source code

              object --+            
                       |            
exceptions.BaseException --+        
                           |        
        exceptions.Exception --+    
                               |    
          exception.DNSException --+
                                   |
                                  RdatatypeExists

DNS rdatatype already exists.

Instance Methods [hide private]

Inherited from exception.DNSException: __init__, __str__

Inherited from exceptions.Exception: __new__

Inherited from exceptions.BaseException: __delattr__, __getattribute__, __getitem__, __getslice__, __reduce__, __repr__, __setattr__, __setstate__, __unicode__

Inherited from object: __format__, __hash__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  supp_kwargs = set(['rdclass', 'rdtype'])
  fmt = 'The rdata type with class {rdclass} and rdtype {rdtype}...
hash(x)

Inherited from exception.DNSException: msg

Properties [hide private]

Inherited from exceptions.BaseException: args, message

Inherited from object: __class__

Class Variable Details [hide private]

fmt

hash(x)

Value:
'The rdata type with class {rdclass} and rdtype {rdtype} already exist\
s.'