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