| Home | Trees | Index | Help | 
|---|
| Package tlslite :: Module errors :: Class TLSLocalAlert | 
 | 
Exception--+ |TLSError--+ |TLSAlert--+ | TLSLocalAlert
| Method Summary | |
|---|---|
| __init__(self,
          alert,
          message) | |
| __str__(self) | |
| Inherited from Exception | |
|  | |
| Instance Variable Summary | |
|---|---|
| int | description: Set to one of the constants intlslite.constants.AlertDescription | 
| int | level: Set to one of the constants intlslite.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 | 
|---|
| descriptionSet to one of the constants intlslite.constants.AlertDescription
 | 
| levelSet to one of the constants intlslite.constants.AlertLevel
 | 
| messageDescription of what went wrong.
 | 
| Home | Trees | Index | Help | 
|---|
| Generated by Epydoc 2.0 on Mon Feb 21 21:56:56 2005 | http://epydoc.sf.net |