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