public class CertNotFoundException extends ResourceNotFoundException
PKIException.Data| Modifier and Type | Field and Description |
|---|---|
CertId |
certId |
code| Constructor and Description |
|---|
CertNotFoundException(CertId certId) |
CertNotFoundException(CertId certId,
java.lang.String message) |
CertNotFoundException(CertId certId,
java.lang.String message,
java.lang.Throwable cause) |
CertNotFoundException(PKIException.Data data) |
| Modifier and Type | Method and Description |
|---|---|
CertId |
getCertId() |
PKIException.Data |
getData() |
void |
setRequestId(CertId certId) |
getCode, main, setCodepublic CertId certId
public CertNotFoundException(CertId certId)
public CertNotFoundException(CertId certId, java.lang.String message)
public CertNotFoundException(CertId certId, java.lang.String message, java.lang.Throwable cause)
public CertNotFoundException(PKIException.Data data)
public PKIException.Data getData()
getData in class ResourceNotFoundExceptionpublic CertId getCertId()
public void setRequestId(CertId certId)