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