TransportException Class Reference

Transport Exception Class. More...

#include <TransportException.H>

Inheritance diagram for TransportException:

GeneralException List of all members.

Public Types

enum  ExceptionCode {
  BIO_DO_CONNECT_ERR = 1000, LOST_CONNECTION = 1001, SSL_NEW_ERR = 1002, SSL_CONNECT_ERR = 1003,
  SSL_READ_ERR = 1004, SSL_WRITE_ERR = 1005, READ_TIMEOUT = 1006, WRITE_TIMEOUT = 1007,
  MISSING_TOTAL_LENGTH = 1008, INVALID_TOTAL_LENGTH = 1009, PAYLOAD_INCOMPLETE = 1010, LOAD_CERT_FILE_ERR = 1011,
  LOAD_KEY_FILE_ERR = 1012, GET_FNCTL_ERR = 1013, SET_NONBLOCKING_ERR = 1014
}
 Transport Exception Code.

Public Member Functions

 TransportException (const ExceptionCode &code, const string &msg, const string &low_level_msg="")
 Construtor.

Detailed Description

Transport Exception Class.


Constructor & Destructor Documentation

TransportException::TransportException const ExceptionCode code,
const string &  msg,
const string &  low_level_msg = ""
[inline]
 

Construtor.

Parameters:
code Exception Code
msg Exception Message
low_level_msg Optional message returned by inner libraries (openssl)


The documentation for this class was generated from the following file:
Generated on Thu Jun 8 17:40:01 2006 for libepp_nicbr by  doxygen 1.4.6