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