public class KeyGenerationException
extends java.security.KeyException
| Constructor and Description |
|---|
KeyGenerationException()
Creates a
KeyGenerationException with the default exception
message. |
KeyGenerationException(java.lang.String exceptionMessage)
Creates a
KeyGenerationException with the indicated exception
message. |
KeyGenerationException(java.lang.String exceptionMessage,
java.lang.Throwable cause)
Creates a
KeyGenerationException with the indicated exception
message and cause. |
public KeyGenerationException()
KeyGenerationException with the default exception
message.
public KeyGenerationException(java.lang.String exceptionMessage)
KeyGenerationException with the indicated exception
message.
exceptionMessage - the exception messagepublic KeyGenerationException(java.lang.String exceptionMessage,
java.lang.Throwable cause)
KeyGenerationException with the indicated exception
message and cause.
exceptionMessage - the exception messagecause - the cause of this exception