#include <RGMAException.h>
Inheritance diagram for glite::rgma::RGMAException:
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 |
|
|
|
|
|
Destruct the exception |
|
Returns the number of successful operations (for batch commands).
|
|
Sets the number of successful operations (for batch commands).
|