public class NoSuchProviderException extends GeneralSecurityException
NoSuchProviderException
indicates that a requested security provider
could not be found.Constructor and Description |
---|
NoSuchProviderException()
Constructs a new instance of
NoSuchProviderException . |
NoSuchProviderException(String msg)
Constructs a new instance of
NoSuchProviderException with the
given message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchProviderException(String msg)
NoSuchProviderException
with the
given message.msg
- the detail message for this exception.public NoSuchProviderException()
NoSuchProviderException
.