PROFINET IO Controller Stack 1.0.0
Modern C++ implementation of a PROFINET IO Controller stack
Loading...
Searching...
No Matches
profinet::PermissionDeniedError Class Reference

Insufficient permissions for raw socket. More...

#include <exceptions.h>

+ Inheritance diagram for profinet::PermissionDeniedError:
+ Collaboration diagram for profinet::PermissionDeniedError:

Public Member Functions

 PermissionDeniedError (const std::string &message)
 Construct with a human-readable message.
 
- Public Member Functions inherited from profinet::SocketError
 SocketError (const std::string &message)
 Construct with a human-readable message.
 
- Public Member Functions inherited from profinet::ProfinetError
 ProfinetError (const std::string &message)
 Construct with a human-readable message.
 

Detailed Description

Insufficient permissions for raw socket.

Definition at line 674 of file exceptions.h.

Constructor & Destructor Documentation

◆ PermissionDeniedError()

profinet::PermissionDeniedError::PermissionDeniedError ( const std::string &  message)
inlineexplicit

Construct with a human-readable message.

Parameters
messageDescription of the error.

Definition at line 679 of file exceptions.h.


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