@ResponseStatus(value=PRECONDITION_FAILED,
code=PRECONDITION_FAILED,
reason="user.not.found")
public class UserNotFoundException
extends ParametrizedMessageException
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_DOC |
static String |
MESSAGE_KEY |
static String |
RENDERED_MESSAGE_KEY |
| Constructor and Description |
|---|
UserNotFoundException(String userId) |
addParamaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final String MESSAGE_KEY
public static final String RENDERED_MESSAGE_KEY
public static final String MESSAGE_DOC
public UserNotFoundException(String userId)
Copyright © 2018. All rights reserved.