DUNE-DAQ
DUNE Trigger and Data Acquisition software
|
Failed to authenticate user. More...
#include <kernel.hpp>
Public Member Functions | |
AuthenticationFailure (const std::string &reason) noexcept | |
virtual | ~AuthenticationFailure () noexcept |
![]() | |
exception (const std::string &what_arg, int level_arg) noexcept | |
virtual | ~exception () noexcept |
int | level () const noexcept |
virtual const char * | what () const noexcept |
Failed to authenticate user.
Such exception is thrown when PAM authentication failed.
Definition at line 327 of file kernel.hpp.
|
inlinenoexcept |
The constructor gets reason from non-oks exception.
Definition at line 332 of file kernel.hpp.
|
inlinevirtualnoexcept |
Definition at line 334 of file kernel.hpp.