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, ...);
#define AMQCPP_API
Definition Config.h:30
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.
virtual cms::CMSException convertToCMSException() const
Converts this exception to a new CMSException.
ActiveMQException(const decaf::lang::Exception &ex)
Copy Constructor.
virtual ActiveMQException * clone() const
Clones this exception.
ActiveMQException(const ActiveMQException &ex)
Copy Constructor.
Definition Exception.h:38
Definition ActiveMQException.h:30
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