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