Exception thrown by FailIfFull policy when an enqueue operation is attempted on a full queue. More...
#include <artdaq-core/Core/ConcurrentQueue.hh>
Inherits std::exception.
Public Member Functions | |
virtual const char * | what () const throw () |
Describe exception. |
Exception thrown by FailIfFull policy when an enqueue operation is attempted on a full queue.
Definition at line 174 of file ConcurrentQueue.hh.
virtual const char* artdaq::FailIfFull< T >::QueueIsFull::what | ( | ) | const throw () [inline, virtual] |
Describe exception.
Definition at line 180 of file ConcurrentQueue.hh.