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