CFEL - ASG Software Suite  2.5.0
CASS
Public Member Functions | List of all members
cass::ProcessableTimedout Class Reference

Exception thrown when a timeout occured. More...

#include <cass_exceptions.hpp>

+ Inheritance diagram for cass::ProcessableTimedout:
+ Collaboration diagram for cass::ProcessableTimedout:

Public Member Functions

 ProcessableTimedout (const std::string &message)
 explicit constructor More...
 
virtual ~ProcessableTimedout () throw ()
 

Detailed Description

Exception thrown when a timeout occured.

When wating too long for a new processable element this should be thrown

Definition at line 135 of file cass_exceptions.hpp.

Constructor & Destructor Documentation

cass::ProcessableTimedout::ProcessableTimedout ( const std::string &  message)
inlineexplicit

explicit constructor

Parameters
messagethe error message

Definition at line 142 of file cass_exceptions.hpp.

virtual cass::ProcessableTimedout::~ProcessableTimedout ( )
throw (
)
inlinevirtual

Definition at line 146 of file cass_exceptions.hpp.


The documentation for this class was generated from the following file: