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