|
opensaml-3.3.1
|
Non-fatal exceptions in SAML profile processing. More...
#include <saml/exceptions.h>


Public Member Functions | |
| RetryableProfileException (const char *msg=0, const xmltooling::params &p=xmltooling::params()) | |
| Constructor. | |
| RetryableProfileException (const char *msg, const xmltooling::namedparams &p) | |
| Constructor. | |
| RetryableProfileException (const std::string &msg, const xmltooling::params &p=xmltooling::params()) | |
| Constructor. | |
| RetryableProfileException (const std::string &msg, const xmltooling::namedparams &p) | |
| Constructor. | |
| virtual const char * | getClassName () const |
| void | raise () const |
| Public Member Functions inherited from opensaml::ProfileException | |
| ProfileException (const char *msg=0, const xmltooling::params &p=xmltooling::params()) | |
| Constructor. | |
| ProfileException (const char *msg, const xmltooling::namedparams &p) | |
| Constructor. | |
| ProfileException (const std::string &msg, const xmltooling::params &p=xmltooling::params()) | |
| Constructor. | |
| ProfileException (const std::string &msg, const xmltooling::namedparams &p) | |
| Constructor. | |
| void | raise () const |
Non-fatal exceptions in SAML profile processing.
|
inlinevirtual |
Reimplemented from opensaml::ProfileException.