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.

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 Mon Feb 21 21:56:56 2005 http://epydoc.sf.net