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