DUNE-DAQ
DUNE Trigger and Data Acquisition software
Loading...
Searching...
No Matches
dunedaq::oks::AuthenticationFailure Class Reference

Failed to authenticate user. More...

#include <kernel.hpp>

Inheritance diagram for dunedaq::oks::AuthenticationFailure:
[legend]
Collaboration diagram for dunedaq::oks::AuthenticationFailure:
[legend]

Public Member Functions

 AuthenticationFailure (const std::string &reason) noexcept
 
virtual ~AuthenticationFailure () noexcept
 
- Public Member Functions inherited from dunedaq::oks::exception
 exception (const std::string &what_arg, int level_arg) noexcept
 
virtual ~exception () noexcept
 
int level () const noexcept
 
virtual const char * what () const noexcept
 

Detailed Description

Failed to authenticate user.

Such exception is thrown when PAM authentication failed.

Definition at line 327 of file kernel.hpp.

Constructor & Destructor Documentation

◆ AuthenticationFailure()

dunedaq::oks::AuthenticationFailure::AuthenticationFailure ( const std::string & reason)
inlinenoexcept

The constructor gets reason from non-oks exception.

Definition at line 332 of file kernel.hpp.

332: exception (reason, 0) {}
caught dunedaq::conffwk::Exception exception

◆ ~AuthenticationFailure()

virtual dunedaq::oks::AuthenticationFailure::~AuthenticationFailure ( )
inlinevirtualnoexcept

Definition at line 334 of file kernel.hpp.

334{ }

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