com.ibm.security12.java.security.spec
Class InvalidKeySpecException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.ibm.security12.java.security.GeneralSecurityException
|
+--com.ibm.security12.java.security.spec.InvalidKeySpecException
- public class InvalidKeySpecException
- extends GeneralSecurityException
This is the exception for invalid key specifications.
- Since:
- JDK1.2
- Version:
- 1.6, 03/18/98
- Author:
- Jan Luehe
- See Also:
KeySpec
, Serialized Form
InvalidKeySpecException
public InvalidKeySpecException()
- Constructs an InvalidKeySpecException with no detail message. A
detail message is a String that describes this particular
exception.
InvalidKeySpecException
public InvalidKeySpecException(String msg)
- Constructs an InvalidKeySpecException with the specified detail
message. A detail message is a String that describes this
particular exception.
- Parameters:
msg
- the detail message.