public class OKVResponseException extends OKVException
Constructor and Description |
---|
OKVResponseException(oracle.okv.response.impl.OKVResponseImpl inKMIPResponse)
Constructs an exception with a KMIP response.
|
Modifier and Type | Method and Description |
---|---|
oracle.okv.response.impl.OKVResponseImpl |
getOKVResponse()
Get the response cause of the exception.
|
void |
setOKVResponse(oracle.okv.response.impl.OKVResponseImpl okvResponse)
Sets the exception response cause.
|
public OKVResponseException(oracle.okv.response.impl.OKVResponseImpl inKMIPResponse)
inKMIPResponse
- response for which the exception is to be thrownpublic oracle.okv.response.impl.OKVResponseImpl getOKVResponse()
public void setOKVResponse(oracle.okv.response.impl.OKVResponseImpl okvResponse)
okvResponse
- the response cause