17#ifndef _ACTIVEMQ_EXCEPTIONS_ACTIVEMQEXCEPTION_H_
18#define _ACTIVEMQ_EXCEPTIONS_ACTIVEMQEXCEPTION_H_
21#pragma warning( disable : 4250 )
91 ActiveMQException(
const char* file,
const int lineNumber,
const std::exception* cause,
const char* msg, ...);
109 virtual
cms::CMSException convertToCMSException()
const;
#define AMQCPP_API
Definition: Config.h:30
Definition: ActiveMQException.h:35
virtual ~ActiveMQException()
ActiveMQException()
Default Constructor.
ActiveMQException(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.
ActiveMQException(const char *file, const int lineNumber, const char *msg,...)
Constructor - Initializes the file name and line number where this message occurred.
ActiveMQException(const decaf::lang::Exception &ex)
Copy Constructor.
ActiveMQException(const ActiveMQException &ex)
Copy Constructor.
Definition: Exception.h:38
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: CachedConsumer.h:24
Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements.
Definition: DestinationResolver.h:23
#define const
Definition: zconf.h:198