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