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