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