Package tlslite :: Module errors :: Class TLSLocalAlert
[show private | hide private]
[frames | no frames]

Class TLSLocalAlert

Exception --+        
            |        
     TLSError --+    
                |    
         TLSAlert --+
                    |
                   TLSLocalAlert


A TLS alert has been signalled by the local implementation.
Method Summary
  __init__(self, alert, message)
  __str__(self)
    Inherited from Exception
  __getitem__(...)

Instance Variable Summary
int description: Set to one of the constants in tlslite.constants.AlertDescription
int level: Set to one of the constants in tlslite.constants.AlertLevel
str message: Description of what went wrong.

Class Variable Summary
    Inherited from TLSAlert
dict _descriptionStr = {0: 'close_notify', 10: 'unexpected_me...

Instance Variable Details

description

Set to one of the constants in tlslite.constants.AlertDescription
Type:
int

level

Set to one of the constants in tlslite.constants.AlertLevel
Type:
int

message

Description of what went wrong.
Type:
str

Generated by Epydoc 2.0 on Sun Mar 21 00:04:59 2004 http://epydoc.sf.net