NotFoundException

Errors caused by attempts to access missing objects.

Extends: ApplicationException

Description

The NotFoundException class is used to manage errors caused by attempts to access missing objects.

Constructors

Creates an error instance and assigns its values.

NotFoundException([String? correlation_id, String? code, String? message])

  • correlation_id: String? - (optional) unique transaction id used to trace execution through a call chain.
  • code: String? - (optional) unique error code. Default: “UNKNOWN”.
  • message: String? - (optional) human-readable description of the error.