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