18#ifndef _DECAF_NET_CONNECTEXCEPTION_H_
19#define _DECAF_NET_CONNECTEXCEPTION_H_
61 ConnectException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Exception()
Default Constructor.
ConnectException(const ConnectException &ex)
Copy Constructor.
ConnectException(const std::exception *cause)
Constructor.
ConnectException(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.
ConnectException(const Exception &ex)
Conversion Constructor from some other Exception.
ConnectException()
Default Constructor.
ConnectException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
virtual ~ConnectException()
virtual ConnectException * clone() const
Clones this exception.
Definition ConnectException.h:90
#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