public class CloudHsmKeyStoreException
extends java.security.KeyStoreException
| Constructor and Description |
|---|
CloudHsmKeyStoreException(CloudHsmKeyStoreExceptionCause cause,
java.lang.String message)
Constructs the CloudHsmKeyStoreException class.
|
| Modifier and Type | Method and Description |
|---|---|
CloudHsmKeyStoreExceptionCause |
getCloudHsmExceptionCause()
Gets the cause of CloudHsmKeyStoreException class.
|
public CloudHsmKeyStoreException(CloudHsmKeyStoreExceptionCause cause, java.lang.String message)
cause - Specifies the cause of the exception using CloudHsmKeyStoreExceptionCause enum.message - Specifies the exception message.public CloudHsmKeyStoreExceptionCause getCloudHsmExceptionCause()
CloudHsmKeyStoreExceptionCause that
best represents the underlying cause.