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