klyn.data.ProviderExecutionException.ProviderExecutionException
constructor
public ProviderExecutionException(message as String = ""):
Description

Creates this framework exception.

Parameters
ParameterDescription
messageHuman-readable failure description.
Example
error = ProviderExecutionException("Provider execution failed")
assert error.message == "Provider execution failed"