public final class KeyExportException
extends java.lang.RuntimeException
false.FIPS_140_2.getAllowKeyExport(), FIPS_140_2.setAllowKeyExport(boolean), Serialized Form| Constructor and Description |
|---|
KeyExportException()
Creates a new
KeyExportException instance with no detail message. |
KeyExportException(java.lang.String message)
Creates a new
KeyExportException instance with the specified detail message. |
public KeyExportException()
KeyExportException instance with no detail message.public KeyExportException(java.lang.String message)
KeyExportException instance with the specified detail message.message - The detail message.