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