InvalidKeySpecExceptionpublic class InvalidKeySpecException extends GeneralSecurityException This is the exception for invalid key specifications. |
Constructors Summary |
---|
public InvalidKeySpecException()Constructs an InvalidKeySpecException with no detail message. A
detail message is a String that describes this particular
exception.
super();
| public InvalidKeySpecException(String msg)Constructs an InvalidKeySpecException with the specified detail
message. A detail message is a String that describes this
particular exception.
super(msg);
|
|