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