SupaNotFoundException constructor

SupaNotFoundException(
  1. String message
)

Constructs an instance of SupaNotFoundException.

Parameters:

  • message: The error message.

Implementation

SupaNotFoundException(super.message);