public class KeyNotFoundException extends ResourceNotFoundException
PKIException.Data| Modifier and Type | Field and Description |
|---|---|
KeyId |
keyID |
code| Constructor and Description |
|---|
KeyNotFoundException(KeyId keyId) |
KeyNotFoundException(KeyId keyId,
java.lang.String message) |
KeyNotFoundException(KeyId keyId,
java.lang.String message,
java.lang.Throwable cause) |
KeyNotFoundException(PKIException.Data data) |
| Modifier and Type | Method and Description |
|---|---|
PKIException.Data |
getData() |
KeyId |
getKeyId() |
void |
setRequestId(KeyId KeyId) |
getCode, main, setCodepublic KeyId keyID
public KeyNotFoundException(KeyId keyId)
public KeyNotFoundException(KeyId keyId, java.lang.String message)
public KeyNotFoundException(KeyId keyId, java.lang.String message, java.lang.Throwable cause)
public KeyNotFoundException(PKIException.Data data)
public PKIException.Data getData()
getData in class ResourceNotFoundExceptionpublic KeyId getKeyId()
public void setRequestId(KeyId KeyId)