Class RemoteUnknownExceptionError
Defined in File RemoteUnknownExceptionError.hpp
Inheritance Relationships
Base Type
public eprosima::fastdds::dds::rpc::RpcRemoteException(Class RpcRemoteException)
Class Documentation
-
class RemoteUnknownExceptionError : public eprosima::fastdds::dds::rpc::RpcRemoteException
Exception thrown by the RPC API when the service implementation raises an unspecified exception.
Public Functions
-
inline RemoteUnknownExceptionError()
Constructor.
-
inline RemoteUnknownExceptionError(const char *msg)
Constructor with custom message.
- Parameters:
msg – The exception message.
-
RemoteUnknownExceptionError(const RemoteUnknownExceptionError &other) noexcept = default
Copy constructor.
-
RemoteUnknownExceptionError &operator=(const RemoteUnknownExceptionError &other) noexcept = default
Copy assignment.
-
virtual ~RemoteUnknownExceptionError() noexcept = default
Destructor.
-
inline RemoteUnknownExceptionError()