17#ifndef _DECAF_NET_SOCKETEXCEPTION_H_
18#define _DECAF_NET_SOCKETEXCEPTION_H_
48 SocketException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Definition IOException.h:28
Definition Exception.h:38
virtual ~SocketException()
SocketException(const SocketException &ex)
SocketException(const char *file, const int lineNumber, const std::exception *cause, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
SocketException(const std::exception *cause)
Constructor.
virtual SocketException * clone() const
Clones this exception.
Definition SocketException.h:77
SocketException(const lang::Exception &ex)
SocketException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
#define DECAF_API
Definition Config.h:29
Definition URLStreamHandlerManager.h:26
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25