An abstract base class that represents the error that occurs when a licensed product does not support any of the available license providers.
Instantiation:
Allocate on the heap or the stack.
Deriving Classes:
Each license product that wishes to throw this exception should provide a derived class of TLicenseNoAcceptableProvider that carries details describing the error.