A runtime exception for Provider exceptions (such as
misconfiguration errors), which may be subclassed by Providers to
throw specialized, provider-specific runtime errors.
version: 1.10, 00/02/02 author: Benjamin Renaud
Constructor Summary
public
ProviderException() Constructs a ProviderException with no detail message.
public
ProviderException(String s) Constructs a ProviderException with the specified detail
message.
Constructs a ProviderException with the specified detail
message. A detail message is a String that describes this
particular exception.
Parameters: s - the detail message.