#include <InvalidStateException.h>
Inheritance diagram for activemq::exceptions::InvalidStateException:
Public Member Functions | |
InvalidStateException (void) | |
InvalidStateException (const ActiveMQException &ex) | |
InvalidStateException (const InvalidStateException &ex) | |
InvalidStateException (const char *file, const int lineNumber, const char *msg,...) | |
virtual ActiveMQException * | clone (void) const |
virtual | ~InvalidStateException (void) |
|
Default Constructor |
|
Conversion Constructor from some other ActiveMQException
|
|
Copy Constructor |
|
Constructor - Initializes the file name and line number where this message occured. Sets the message to report, using an optional list of arguments to parse into the message
|
|
|
|
Clones this exception. This is useful for cases where you need to preserve the type of the original exception as well as the message. All subclasses should override. Reimplemented from activemq::exceptions::ActiveMQException. |