15#ifndef _FASTCDR_EXCEPTIONS_LOCKEDEXTERNALACCESSEXCEPTION_H_
16#define _FASTCDR_EXCEPTIONS_LOCKEDEXTERNALACCESSEXCEPTION_H_
37 const char*
const& message)
noexcept;
Exception(const char *const &message) noexcept
Default constructor.
void raise() const override
This function throws the object as exception.
virtual ~LockedExternalAccessException() noexcept
Default destructor.
LockedExternalAccessException(const char *const &message) noexcept
Default constructor.
LockedExternalAccessException(LockedExternalAccessException &&ex) noexcept
Default move constructor.
LockedExternalAccessException(const LockedExternalAccessException &ex) noexcept
Default copy constructor.
static const char *const LOCKED_EXTERNAL_ACCESS_MESSAGE_DEFAULT
Default message used in the library.
Definition LockedExternalAccessException.hpp:78
Definition BadOptionalAccessException.hpp:22