java.security
Class InvalidAlgorithmParameterException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.security.GeneralSecurityException
|
+--java.security.InvalidAlgorithmParameterException
- All Implemented Interfaces:
- Serializable
- public class InvalidAlgorithmParameterException
- extends GeneralSecurityException
Untamed: This is the exception for invalid or inappropriate algorithm parameters.
- Since:
- 1.2
- Version:
- 1.10, 12/03/01
- Author:
- Jan Luehe
- See Also:
AlgorithmParameters
,
java.security.spec.AlgorithmParameterSpec
,
Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
backtrace, eStack, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, javaStack, leaf, printStackTrace, printStackTrace, printStackTrace, printThrowableOn, setStackTrace, toString, unwrap |
InvalidAlgorithmParameterException
public InvalidAlgorithmParameterException()
- Enabled: Constructs an InvalidAlgorithmParameterException with no detail
message.
A detail message is a String that describes this particular
exception.
InvalidAlgorithmParameterException
public InvalidAlgorithmParameterException(String msg)
- Enabled: Constructs an InvalidAlgorithmParameterException with the specified
detail message.
A detail message is a String that describes this
particular exception.
- Parameters:
msg
- the detail message.
comments?