ProviderException.ProviderException

ProviderException.ProviderException

Class Overview | Class Members | This Package | All Packages

Syntax 1
public ProviderException()
Description
Constructs a ProviderException with no detail message. A detail message is a String that describes this particular exception.



Syntax 2
public ProviderException( String s )
Parameters
s
the detail message.
Description
Constructs a ProviderException with the specified detail message. A detail message is a String that describes this particular exception.