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