public class NoSuchProviderException extends GeneralSecurityException
| Constructor and Description | 
|---|
NoSuchProviderException()
Constructs a NoSuchProviderException with no detail message. 
 | 
NoSuchProviderException(String msg)
Constructs a NoSuchProviderException with the specified detail message. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, toStringpublic NoSuchProviderException()
public NoSuchProviderException(String msg)
msg - the detail message.