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

RGMASecurityException.h

00001 /*
00002  *  Copyright (c) 2004 on behalf of the EU EGEE Project:
00003  *  The European Organization for Nuclear Research (CERN),
00004  *  Istituto Nazionale di Fisica Nucleare (INFN), Italy
00005  *  Datamat Spa, Italy
00006  *  Centre National de la Recherche Scientifique (CNRS), France
00007  *  CS Systeme d'Information (CSSI), France
00008  *  Royal Institute of Technology, Center for Parallel Computers (KTH-PDC), Sweden
00009  *  Universiteit van Amsterdam (UvA), Netherlands
00010  *  University of Helsinki (UH.HIP), Finland
00011  *  University of Bergen (UiB), Norway
00012  *  Council for the Central Laboratory of the Research Councils (CCLRC), United Kingdom
00013  */
00014 #ifndef RGMA_SECURITYEXCEPTION_H
00015 #define RGMA_SECURITYEXCEPTION_H
00016 
00017 #include "rgma/RGMAException.h"
00018 #include <string>
00019 
00020 namespace glite
00021 {
00022     namespace rgma
00023     {
00024 
00029         class RGMASecurityException : public RGMAException
00030         {
00031 
00032             public:
00040                 RGMASecurityException(std::string sourceIdentifier, std::string message, int err_no, ExceptionBase* cause);
00046                 RGMASecurityException(std::string class_name = "", std::string message = "", ExceptionBase* cause = NULL);
00047 
00051                 virtual ~RGMASecurityException() throw();
00052 
00053         };
00054     }                                             // rgma
00055 }                                                 // glite
00056 #endif                                            //RGMA_EXCEPTION_H

Generated on Fri Mar 16 14:00:16 2007 for glite-rgma-api-cpp by doxygen 1.3.5