public class KeyUnwrapKeyNotSupportedException
extends java.security.NoSuchAlgorithmException
| Constructor and Description |
|---|
KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause cause,
java.lang.String message)
Constructs the KeyUnwrapKeyNotSupportedException class.
|
KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause cause,
java.lang.String message,
java.lang.Throwable e)
Constructs the KeyUnwrapKeyNotSupportedException class.
|
KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause cause,
java.lang.Throwable e)
Constructs the KeyUnwrapKeyNotSupportedException class.
|
| Modifier and Type | Method and Description |
|---|---|
KeyUnwrapKeyNotSupportedExceptionCause |
getCloudHsmExceptionCause()
To get the cause of KeyUnwrapKeyNotSupportedException class.
|
public KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause cause, java.lang.String message)
cause - Specify the cause of the exception using KeyUnwrapKeyNotSupportedExceptionCause enummessage - Specify the exception messagepublic KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause cause, java.lang.Throwable e)
cause - Specify the cause of the exception using KeyUnwrapKeyNotSupportedExceptionCause enume - Specify the cause of the exception using Throwablepublic KeyUnwrapKeyNotSupportedException(KeyUnwrapKeyNotSupportedExceptionCause cause, java.lang.String message, java.lang.Throwable e)
cause - Specify the cause of the exception using KeyUnwrapKeyNotSupportedExceptionCause enummessage - Specify the exception messagee - Specify the cause of the exception using Throwablepublic KeyUnwrapKeyNotSupportedExceptionCause getCloudHsmExceptionCause()