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