| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.security.GeneralSecurityException | |||
| ↳ | java.security.InvalidAlgorithmParameterException | |||
InvalidAlgorithmParameterException indicates the occurrence of
invalid algorithm parameters.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs a new instance of
InvalidAlgorithmParameterException
with the given message.
| |||||||||||
Constructs a new instance of
InvalidAlgorithmParameterException.
| |||||||||||
Constructs a new instance of
InvalidAlgorithmParameterException with the
given message and the cause.
| |||||||||||
Constructs a new instance of
InvalidAlgorithmParameterException
with the cause.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
| |||||||||||
|
| |||||||||||
Constructs a new instance of InvalidAlgorithmParameterException
with the given message.
| Parameters | |
|---|---|
msg |
String:
the detail message for this exception.
|
Constructs a new instance of InvalidAlgorithmParameterException.
Constructs a new instance of InvalidAlgorithmParameterException with the
given message and the cause.
| Parameters | |
|---|---|
message |
String:
the detail message for this exception. |
cause |
Throwable:
the exception which is the cause for this exception.
|
Constructs a new instance of InvalidAlgorithmParameterException
with the cause.
| Parameters | |
|---|---|
cause |
Throwable:
the exception which is the cause for this exception.
|