java.lang.Object | ||||
↳ | java.lang.Throwable | |||
↳ | java.lang.Exception | |||
↳ | java.security.GeneralSecurityException | |||
↳ | java.security.spec.InvalidKeySpecException |
The exception that is thrown when an invalid key specification is encountered.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
|
Creates a new
InvalidKeySpecException
with the specified message.
|
||||||||||
|
Creates a new
InvalidKeySpecException
.
|
||||||||||
|
Creates a new
InvalidKeySpecException
with the specified message
and cause.
|
||||||||||
|
Creates a new
InvalidKeySpecException
with the specified cause.
|
[Expand]
Inherited Methods
|
|||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
|
|||||||||||
From class
java.lang.Object
|
Creates a new
InvalidKeySpecException
with the specified message.
msg | the detail message of this exception. |
---|
Creates a new
InvalidKeySpecException
with the specified message
and cause.
message | the detail message of this exception. |
---|---|
cause | the cause of this exception. |
Creates a new
InvalidKeySpecException
with the specified cause.
cause | the cause of this exception. |
---|