18#ifndef _DECAF_INTERNAL_NET_SSL_OPENSSL_OPENSSLSOCKETEXCEPTION_H_
19#define _DECAF_INTERNAL_NET_SSL_OPENSSL_OPENSSLSOCKETEXCEPTION_H_
78 const std::exception* cause,
79 const char* msg, ... );
OpenSSLSocketException(const OpenSSLSocketException &ex)
Copy Constructor.
OpenSSLSocketException(const char *file, const int lineNumber, const std::exception *cause, const char *msg,...)
Create a new OpenSSLSocketException and initializes the file name and line number where this message ...
OpenSSLSocketException(const Exception &ex)
Conversion Constructor from some other Exception.
OpenSSLSocketException(const std::exception *cause)
Creates a new OpenSSLSocketException with the passed exception set as the cause of this exception.
OpenSSLSocketException()
Creates an new OpenSSLSocketException with default values.
OpenSSLSocketException(const char *file, const int lineNumber)
Create a new OpenSSLSocketException and initializes the file name and line number where this message ...
virtual OpenSSLSocketException * clone() const
Clones this exception.
Definition OpenSSLSocketException.h:126
OpenSSLSocketException(const char *file, const int lineNumber, const char *msg,...)
Create a new OpenSSLSocketException and initializes the file name and line number where this message ...
virtual ~OpenSSLSocketException()
std::string getErrorString() const
Gets and formats an error message string from the OpenSSL error stack.
Exception()
Default Constructor.
Exception for errors when manipulating sockets.
Definition SocketException.h:28
#define DECAF_API
Definition Config.h:29
Definition FileHandler.h:28
Definition OpenSSLContextSpi.h:29
Definition DefaultSSLContext.h:28
Definition DefaultServerSocketFactory.h:27
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25
Definition ArrayPointer.h:432
#define const
Definition zconf.h:198