17#ifndef _DECAF_IO_INTERRUPTEDIOEXCEPTION_H_
18#define _DECAF_IO_INTERRUPTEDIOEXCEPTION_H_
Definition IOException.h:28
InterruptedIOException(const std::exception *cause)
Constructor.
InterruptedIOException(const InterruptedIOException &ex)
Copy Constructor.
virtual InterruptedIOException * clone() const
Clones this exception.
Definition InterruptedIOException.h:87
InterruptedIOException(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.
InterruptedIOException(const char *file, const int lineNumber, const char *msg,...)
Constructor.
InterruptedIOException(const lang::Exception &ex)
Copy Constructor.
InterruptedIOException()
Default Constructor.
virtual ~InterruptedIOException()
Definition Exception.h:38
#define DECAF_API
Definition Config.h:29
Definition BlockingByteArrayInputStream.h:25
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition AprPool.h:25