NoSuchProviderException.NoSuchProviderException

NoSuchProviderException.NoSuchProviderException

Class Overview | Class Members | This Package | All Packages

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



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