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