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