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