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