@ResponseStatus(code=NOT_FOUND,
value=NOT_FOUND,
reason="resource.not.found")
public class ResourceNotFoundException
extends ParametrizedMessageException
| Modifier and Type | Field and Description |
|---|---|
static String |
MESSAGE_DOC |
static String |
MESSAGE_KEY |
static String |
RENDERED_MESSAGE_KEY |
| Constructor and Description |
|---|
ResourceNotFoundException(Class<?> resourceClazz,
String businessKey) |
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
Copyright © 2018. All rights reserved.