activemq::transport::CommandIOException Class Reference

#include <CommandIOException.h>

Inheritance diagram for activemq::transport::CommandIOException:

activemq::io::IOException activemq::exceptions::ActiveMQException List of all members.

Public Member Functions

 CommandIOException ()
 CommandIOException (const exceptions::ActiveMQException &ex)
 CommandIOException (const CommandIOException &ex)
 CommandIOException (const char *file, const int lineNumber, const char *msg,...)
virtual exceptions::ActiveMQExceptionclone () const
virtual ~CommandIOException ()

Constructor & Destructor Documentation

activemq::transport::CommandIOException::CommandIOException  )  [inline]
 

Default Constructor

activemq::transport::CommandIOException::CommandIOException const exceptions::ActiveMQException ex  )  [inline]
 

Copy Constructor

Parameters:
ex the exception to copy

activemq::transport::CommandIOException::CommandIOException const CommandIOException ex  )  [inline]
 

Copy Constructor

Parameters:
ex the exception to copy, which is an instance of this type

activemq::transport::CommandIOException::CommandIOException const char *  file,
const int  lineNumber,
const char *  msg,
  ...
[inline]
 

Consturctor

Parameters:
file name of the file were the exception occured.
lineNumber line where the exception occured
msg the message that was generated

virtual activemq::transport::CommandIOException::~CommandIOException  )  [inline, virtual]
 


Member Function Documentation

virtual exceptions::ActiveMQException* activemq::transport::CommandIOException::clone void   )  const [inline, virtual]
 

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.

Returns:
cloned version of this exception

Reimplemented from activemq::io::IOException.


The documentation for this class was generated from the following file:
Generated on Thu Aug 3 18:03:33 2006 for activemq-cpp by  doxygen 1.4.5