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, ... );
Subclass of the standard SocketException that knows how to produce an error message from the OpenSSL ...
Definition: OpenSSLSocketException.h:37
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()
Exception for errors when manipulating sockets.
Definition: SocketException.h:28
#define DECAF_API
Definition: Config.h:29
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