NoSuchProviderExceptionpublic class NoSuchProviderException extends GeneralSecurityException {@code NoSuchProviderException} indicates that a requested security provider
could not be found. |
Fields Summary |
---|
private static final long | serialVersionUID |
Constructors Summary |
---|
public NoSuchProviderException(String msg)Constructs a new instance of {@code NoSuchProviderException} with the
given message.
super(msg);
| public NoSuchProviderException()Constructs a new instance of {@code NoSuchProviderException}.
|
|