17#ifndef _DECAF_UTIL_CONCURRENT_TIMEOUTEXCEPTION_H_
18#define _DECAF_UTIL_CONCURRENT_TIMEOUTEXCEPTION_H_
87 TimeoutException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
Definition Exception.h:38
TimeoutException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
TimeoutException(const decaf::lang::Exception &ex)
Conversion Constructor from some other Exception.
TimeoutException()
Default Constructor.
TimeoutException(const TimeoutException &ex)
Copy Constructor.
virtual ~TimeoutException()
TimeoutException(const std::exception *cause)
Constructor.
virtual TimeoutException * clone() const
Clones this exception.
TimeoutException(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.
#define DECAF_API
Definition Config.h:29
Definition AbstractExecutorService.h:28
Definition AbstractCollection.h:33
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25