public class InvalidKeyFormatException extends GeneralSecurityException
This class is documented in JavaSoft's preview APIs, for introduction in Java 1.2.
$Revision: 1.2 $
| Constructor and Description |
|---|
InvalidKeyFormatException()
Constructs an InvalidKeyFormatException without any detail message.
|
InvalidKeyFormatException(java.lang.String msg)
Constructs an InvalidKeyFormatException with the specified
detail message.
|
public InvalidKeyFormatException()
public InvalidKeyFormatException(java.lang.String msg)
msg - the detail message.