Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

glite::rgma::RGMAException Class Reference

#include <RGMAException.h>

Inheritance diagram for glite::rgma::RGMAException:

glite::rgma::ExceptionBase glite::rgma::RGMABufferFullException glite::rgma::RGMASecurityException glite::rgma::RGMAUserException List of all members.

Public Member Functions

 RGMAException (std::string sourceIdentifier, std::string message, int err_no, ExceptionBase *cause)
 RGMAException (std::string class_name="", std::string message="", ExceptionBase *cause=NULL)
virtual ~RGMAException () throw ()
int getNumSuccessfulOps ()
void setNumSuccessfulOps (int numSuccessfulOps)

Protected Attributes

int m_numSuccessfulOps

Detailed Description

RGMAException is an exception that serves descriptive strings through its getMessage() method


Constructor & Destructor Documentation

glite::rgma::RGMAException::RGMAException std::string  sourceIdentifier,
std::string  message,
int  err_no,
ExceptionBase cause
 

Parameters:
class_name and function where the exeption was thrown from
message which describes the error
err_no number which represents the error
exception any exceptions which have been caught and are being re-thrown

glite::rgma::RGMAException::RGMAException std::string  class_name = "",
std::string  message = "",
ExceptionBase cause = NULL
 

Parameters:
class_name and function where the exeption was thrown from
message which describes the error
exception any exceptions which have been caught and are being re-thrown

glite::rgma::RGMAException::~RGMAException  )  throw () [virtual]
 

Destruct the exception


Member Function Documentation

int glite::rgma::RGMAException::getNumSuccessfulOps  ) 
 

Returns the number of successful operations (for batch commands).

Returns:
The number of successful operations (for batch commands).

void glite::rgma::RGMAException::setNumSuccessfulOps int  numSuccessfulOps  ) 
 

Sets the number of successful operations (for batch commands).

Parameters:
numSuccessfulOps Number of successful operations (for batch commands).


The documentation for this class was generated from the following files:
Generated on Wed May 17 17:48:18 2006 for glite-rgma-api-cpp by doxygen 1.3.5