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