public class
ProviderNotFoundException
extends RuntimeException
Runtime exception thrown when a provider of the required type cannot be found.
Public Constructor Summary
ProviderNotFoundException()
Constructs an instance of this class.
|
|
ProviderNotFoundException(String msg)
Constructs an instance of this class.
|
Inherited Method Summary
Public Constructors
public ProviderNotFoundException ()
Constructs an instance of this class.
public ProviderNotFoundException (String msg)
Constructs an instance of this class.
Parameters
msg | the detail message |
---|