public class NoSuchProviderException extends GeneralSecurityException
| Constructor and Description | 
|---|
NoSuchProviderException()
Constructs a NoSuchProviderException with no detail message. 
 | 
NoSuchProviderException(java.lang.String msg)
Constructs a NoSuchProviderException with the specified detail
 message. 
 | 
public NoSuchProviderException()
public NoSuchProviderException(java.lang.String msg)
msg - the detail message.