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