List of all members
ForkException Class Reference

Thrown when a fork call fails. More...

#include <SystemExceptions.hpp>

Inheritance diagram for ForkException:
[legend]
Collaboration diagram for ForkException:
[legend]

Additional Inherited Members

- Public Attributes inherited from BalauException
const std::string fullMessage
 The full message (includes file and line information). More...
 
const std::string message
 The message. More...
 

Detailed Description

Thrown when a fork call fails.

EAGAIN: no resources to create another process ENOMEM: insufficient storage space is available


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