SEP38NotFound constructor

SEP38NotFound(
  1. String error
)

Creates a SEP38NotFound from error message.

Parameters:

  • error Error message describing the missing resource

Implementation

SEP38NotFound(String error) : super(error);