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