| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.security.GeneralSecurityException | |||
| ↳ | java.security.NoSuchProviderException | |||
NoSuchProviderException
indicates that a requested security provider
could not be found.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Constructs a new instance of
NoSuchProviderException
with the
given message.
|
||||||||||
|
|
Constructs a new instance of
NoSuchProviderException
.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||||||||||||||||||||||||||||
From class
java.lang.Object
|
|||||||||||||||||||||||||||||||||||||
Constructs a new instance of
NoSuchProviderException
with the
given message.
| msg | the detail message for this exception. |
|---|
Constructs a new instance of
NoSuchProviderException
.